mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Remove debugging line which used only single account.guid value - using 1 value made SQL
statement much shorter and easier to examine. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@18136 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
63ca792cfb
commit
67654bf11c
@ -795,7 +795,6 @@ convert_query_term_to_sql( const gchar* fieldName, QofQueryTerm* pTerm, GString*
|
||||
g_string_append( sql, "'" );
|
||||
g_string_append( sql, val );
|
||||
g_string_append( sql, "'" );
|
||||
break;
|
||||
}
|
||||
g_string_append( sql, ")" );
|
||||
g_string_append( sql, ")" );
|
||||
|
Loading…
Reference in New Issue
Block a user