mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-08-05 18:56:55 -05:00
* prefs.scm: change A/P's "Invoice" column header to "Bill"
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7107 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -127,7 +127,7 @@
|
||||
(cons 'CURRENCY (N_ "Sell"))
|
||||
(cons 'INCOME (N_ "Income"))
|
||||
(cons 'EXPENSE (N_ "Rebate"))
|
||||
(cons 'PAYABLE (N_ "Invoice"))
|
||||
(cons 'PAYABLE (N_ "Bill"))
|
||||
(cons 'RECEIVABLE (N_ "Payment"))
|
||||
(cons 'EQUITY (N_ "Increase"))))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user