]> git.plutz.net Git - invoices/commitdiff
bugfix: include issuance number and work items
authorPaul Hänsch <paul@plutz.net>
Wed, 5 Dec 2018 14:12:35 +0000 (15:12 +0100)
committerPaul Hänsch <paul@plutz.net>
Wed, 5 Dec 2018 14:12:35 +0000 (15:12 +0100)
odtgen.sh

index e4c800a73e15f0c2d640b17570d887416ebedf0e..9ed1e22bbc7c57e3ecf9f9793da49f9cc88120c9 100755 (executable)
--- a/odtgen.sh
+++ b/odtgen.sh
@@ -136,7 +136,7 @@ odt_content(){
                    -->$(HTML "$client" |sed -r 's;(&#13\;)?&#10\;;<text:line-break/>;g')<!--
                   --></text:p>
                  </draw:text-box>
-               </draw:frame><text:span text:style-name="T3">Rechnung ${issuance}</text:span>
+               </draw:frame><text:span text:style-name="T3">Rechnung ${number}</text:span>
              </text:p>
              <text:p text:style-name="P3"/>
              <text:p text:style-name="P3"/>
@@ -180,7 +180,7 @@ odt_content(){
                            <text:p text:style-name="P3">${time}</text:p>
                          </table:table-cell>
                          <table:table-cell table:style-name="Table1.2" office:value-type="string">
-                           <text:p text:style-name="P3">${item}</text:p>
+                           <text:p text:style-name="P3">${work}</text:p>
                          </table:table-cell>
                          <table:table-cell table:style-name="Table1.2" office:value-type="string">
                            <text:p text:style-name="P5">${hours}</text:p>