mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix travis build
This commit is contained in:
parent
efbe26bc26
commit
a2ded744b3
@ -581,8 +581,8 @@ gnc_entry_ledger_auto_completion (GncEntryLedger *ledger,
|
||||
|
||||
/* Taxable?, Tax-include?, Tax table */
|
||||
{
|
||||
gboolean taxable, taxincluded;
|
||||
GncTaxTable *taxtable;
|
||||
gboolean taxable = FALSE, taxincluded = FALSE;
|
||||
GncTaxTable *taxtable = NULL;
|
||||
switch (ledger->type)
|
||||
{
|
||||
case GNCENTRY_INVOICE_ENTRY:
|
||||
|
Loading…
Reference in New Issue
Block a user