gnucash maint: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Mon Mar 7 17:10:56 EST 2022


Updated	 via  https://github.com/Gnucash/gnucash/commit/7343959a (commit)
	 via  https://github.com/Gnucash/gnucash/commit/1177cd5d (commit)
	from  https://github.com/Gnucash/gnucash/commit/25152f10 (commit)



commit 7343959a0197f84a66a695eccdfd47cc3e048b2f
Merge: 25152f10b 1177cd5d9
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon Mar 7 14:10:24 2022 -0800

    Merge Christian Wehli's 'taxinvoice' into maint.


commit 1177cd5d98b31a5aafb78ed0f3368d2e3795ba33
Author: Christian Wehling <christian.wehling at web.de>
Date:   Sun Feb 13 15:50:14 2022 +0100

    taxinvoice.scm: removed trailing spaces

diff --git a/gnucash/report/reports/standard/taxinvoice.scm b/gnucash/report/reports/standard/taxinvoice.scm
index 7a6b3333b..454dee676 100644
--- a/gnucash/report/reports/standard/taxinvoice.scm
+++ b/gnucash/report/reports/standard/taxinvoice.scm
@@ -189,15 +189,15 @@
                 headingpage2 optname-payment-recd "c" "" 
                 (G_ "Payment received, thank you!")))
   (add-option (gnc:make-string-option	headingpage2	optname-invoice-number-text
-    "d" "" (G_ "Invoice number: ")))
+    "d" "" (G_ "Invoice number:")))
   (add-option (gnc:make-string-option	headingpage2	optname-to-text
-    "e" "" (G_ "To: ")))
+    "e" "" (G_ "To:")))
   (add-option (gnc:make-string-option	headingpage2	optname-ref-text
-    "f" "" (G_ "Your ref: ")))
+    "f" "" (G_ "Your ref:")))
   (add-option (gnc:make-string-option	headingpage2	optname-jobnumber-text
-    "g" "" (G_ "Job number: ")))
+    "g" "" (G_ "Job number:")))
   (add-option (gnc:make-string-option	headingpage2	optname-jobname-text
-    "h" "" (G_ "Job name: ")))
+    "h" "" (G_ "Job name:")))
 
   (add-option (gnc:make-text-option
                 notespage optname-extra-notes "a"



Summary of changes:
 gnucash/report/reports/standard/taxinvoice.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)



More information about the gnucash-changes mailing list