mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Update the QUERY hooks
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6975 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
19cc155b3e
commit
01743053ab
@ -562,7 +562,7 @@ test_trans_query (Transaction *trans, gpointer data)
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
list = xaccQueryGetTransactions (q, QUERY_MATCH_ANY);
|
||||
list = xaccQueryGetTransactions (q, QUERY_TXN_MATCH_ANY);
|
||||
if (g_list_length (list) != 1)
|
||||
{
|
||||
failure_args ("test num returned", __FILE__, __LINE__,
|
||||
|
Loading…
Reference in New Issue
Block a user