mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Merge branch 'maint'
This commit is contained in:
commit
0a275f0975
@ -513,7 +513,7 @@
|
||||
((and (txn-is-payment? txn) (eq? link-option 'simple))
|
||||
(make-payment->invoices-list txn))
|
||||
((and (txn-is-payment? txn) (eq? link-option 'detailed))
|
||||
(make-payment->invoices-table txn currency))
|
||||
(make-payment->invoices-table txn))
|
||||
(else '(()))))
|
||||
|
||||
(lp printed? (not odd-row?) (cdr splits) (+ total value)
|
||||
|
Loading…
Reference in New Issue
Block a user