]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/ar/form_header.html
Date-Input-Felder durch 'L.date_tag's ersetzt
[mfinanz.git] / templates / webpages / ar / form_header.html
index 5d2fb7417c898a87148e336e702e6fa3f3711da4..e5ba4ab31964bcf2c113c801a485120232e887ea 100644 (file)
@@ -41,7 +41,7 @@
                 <input type="button" value="[% 'Details (one letter abbreviation)' | $T8 %]" onclick="show_vc_details('customer')"></td>
                 [% L.hidden_tag('selectcustomer', selectcustomer) %]
                 [% L.hidden_tag('oldcustomer', oldcustomer) %]
-                [% L.hidden_tag('oldcustomer', oldcustomer) %]
+                [% L.hidden_tag('customer_id', customer_id) %]
                 [% L.hidden_tag('terms', terms) %]
               </tr>
               <tr>
         <tr>
           <td>[% row.selectAR_amount %]</td>
           <td>[% L.input_tag('amount_' _ loop.count, LxERP.format_amount(row.amount, 2)) %]</td>
-          <td>[% L.input_tag('tax_' _ loop.count, LxERP.format_tax(row.tax, 2)) %][% LxERP.format_tax(row.tax, 2) | html %]</td>
-          <td>[% row.tax %]</td>
+          <td>[% L.hidden_tag('tax_' _ loop.count, LxERP.format_tax(row.tax, 2)) %][% LxERP.format_amount(row.tax, 2) | html %]</td>
+          <td>[% row.taxchart %]</td>
           <td>[% L.select_tag('project_id_' _ loop.count, L.options_for_select(ALL_PROJECTS, title='projectnumber', default=row.project_id, with_empty=1)) %]</td>
         </tr>
 [%- END %]