mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Merge branch 'maint'
This commit is contained in:
@@ -681,7 +681,7 @@ GncTaxTable *gncTaxTableLookupByName (QofBook *book, const char *name)
|
||||
return NULL;
|
||||
}
|
||||
|
||||
GList * gncTaxTableGetTables (QofBook *book)
|
||||
GncTaxTableList * gncTaxTableGetTables (QofBook *book)
|
||||
{
|
||||
struct _book_info *bi;
|
||||
if (!book) return NULL;
|
||||
|
||||
Reference in New Issue
Block a user