mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-20 11:48:30 -06:00
Correct specified numbers of columns of AP/AR and STOCK/CURRENCY registers.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@17529 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
8c50c35016
commit
9bec639663
@ -453,7 +453,7 @@ gnc_split_register_layout_add_cursors (SplitRegister *reg,
|
||||
|
||||
case PAYABLE_REGISTER:
|
||||
case RECEIVABLE_REGISTER:
|
||||
num_cols = 10;
|
||||
num_cols = 9;
|
||||
break;
|
||||
|
||||
case INCOME_LEDGER:
|
||||
@ -464,7 +464,7 @@ gnc_split_register_layout_add_cursors (SplitRegister *reg,
|
||||
|
||||
case STOCK_REGISTER:
|
||||
case CURRENCY_REGISTER:
|
||||
num_cols = 11;
|
||||
num_cols = 10;
|
||||
break;
|
||||
|
||||
case PORTFOLIO_LEDGER:
|
||||
|
Loading…
Reference in New Issue
Block a user