gnucash maint: Bug 798717 - Reports > Business > Fancy Invoice duplicates company details
Christopher Lam
clam at code.gnucash.org
Sat Jan 7 09:07:52 EST 2023
Updated via https://github.com/Gnucash/gnucash/commit/40b76061 (commit)
from https://github.com/Gnucash/gnucash/commit/f7324d16 (commit)
commit 40b76061e0c76b652559f297a71c5cca3ce8b267
Author: Christopher Lam <christopher.lck at gmail.com>
Date: Sat Jan 7 22:06:21 2023 +0800
Bug 798717 - Reports > Business > Fancy Invoice duplicates company details
company details were duplicated in error.
diff --git a/gnucash/report/reports/standard/invoice.scm b/gnucash/report/reports/standard/invoice.scm
index 02916ff7f..1468e5cb1 100644
--- a/gnucash/report/reports/standard/invoice.scm
+++ b/gnucash/report/reports/standard/invoice.scm
@@ -142,7 +142,7 @@
.invoice-notes { margin-top: 20px }
.entries-table > table { min-width: 600px }"))))
- (cons 'fancy-invoice (list (cons '1a 'company)
+ (cons 'fancy-invoice (list (cons '1a 'none)
(cons '1b 'invoice)
(cons '2a 'client)
(cons '2b 'company)
Summary of changes:
gnucash/report/reports/standard/invoice.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the gnucash-changes
mailing list