mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
[new-owner-report] use engine's debit/credit string functions
... instead of the deprecated ones
This commit is contained in:
parent
69df81e7ef
commit
f07c7e6fa7
@ -210,10 +210,10 @@
|
||||
(addto! heading-list (_ tax-header)))
|
||||
(if (debit-col column-vector)
|
||||
(addto! heading-list
|
||||
(if formal? debit-header (gnc:get-debit-string acct-type))))
|
||||
(if formal? debit-header (gnc-account-get-debit-string acct-type))))
|
||||
(if (credit-col column-vector)
|
||||
(addto! heading-list
|
||||
(if formal? credit-header (gnc:get-credit-string acct-type))))
|
||||
(if formal? credit-header (gnc-account-get-credit-string acct-type))))
|
||||
(if (bal-col column-vector)
|
||||
(addto! heading-list (_ balance-header)))
|
||||
(case link-option
|
||||
|
Loading…
Reference in New Issue
Block a user