mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-16 18:25:11 -06:00
[invoice] Payments should be shown in invoice by default
If an invoice has payments already applied, by default the invoice-report should show payments.
This commit is contained in:
parent
06e3fd4d28
commit
5112210e42
@ -344,7 +344,7 @@ for styling the invoice. Please see the exported report for the CSS class names.
|
||||
(gnc:register-inv-option
|
||||
(gnc:make-simple-boolean-option
|
||||
(N_ "Display") (N_ "Payments")
|
||||
"tc" (N_ "Display the payments applied to this invoice?") #f))
|
||||
"tc" (N_ "Display the payments applied to this invoice?") #t))
|
||||
|
||||
(gnc:register-inv-option
|
||||
(gnc:make-simple-boolean-option
|
||||
|
Loading…
Reference in New Issue
Block a user