mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Do not log an error when no default tax tables set
This commit is contained in:
parent
251d39477f
commit
d677e3c5df
@ -697,7 +697,6 @@ gncTaxTableGetDefault (QofBook *book, GncOwnerType type)
|
||||
path = g_slist_prepend (path, (void*)section);
|
||||
|
||||
guid = qof_book_get_guid_option (book, path);
|
||||
g_return_val_if_fail (guid, NULL);
|
||||
return gncTaxTableLookup (book, guid);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user