[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:
Christopher Lam 2019-07-10 22:01:13 +08:00
parent 06e3fd4d28
commit 5112210e42

View File

@ -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