Skip to content

Commit

Permalink
Bug 798717 - Reports > Business > Fancy Invoice duplicates company de…
Browse files Browse the repository at this point in the history
…tails

company details were duplicated in error.
  • Loading branch information
christopherlam committed Jan 7, 2023
1 parent f7324d1 commit 40b7606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gnucash/report/reports/standard/invoice.scm
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 40b7606

Please sign in to comment.