mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Don't need the TaxValue cell for Bills
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7109 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
f1314f2ad7
commit
3fcc2fff44
@ -106,7 +106,7 @@ static void gnc_entry_ledger_layout_add_cursors (GncEntryLedger *ledger,
|
||||
break;
|
||||
case GNCENTRY_BILL_ENTRY:
|
||||
case GNCENTRY_BILL_VIEWER:
|
||||
num_cols = 9;
|
||||
num_cols = 8;
|
||||
break;
|
||||
default:
|
||||
g_assert (FALSE);
|
||||
@ -163,7 +163,6 @@ static void gnc_entry_ledger_set_cells (GncEntryLedger *ledger,
|
||||
gnc_table_layout_set_cell (layout, curs, ENTRY_QTY_CELL, 0, 5);
|
||||
gnc_table_layout_set_cell (layout, curs, ENTRY_PRIC_CELL, 0, 6);
|
||||
gnc_table_layout_set_cell (layout, curs, ENTRY_VALUE_CELL, 0, 7);
|
||||
gnc_table_layout_set_cell (layout, curs, ENTRY_TAXVAL_CELL, 0, 8);
|
||||
|
||||
break;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user