Gewicht im Einkauf/Verkauf
[kivitendo-erp.git] / templates / webpages / ir / form_footer.html
index 8538fd4..83ab34a 100644 (file)
 [%- END %]
        </table>
       </td>
+      <td>
+       <table>
+        <tr>
+         <th  align=left>[% 'Total weight' | $T8 %]</th>
+         <td>
+          [% LxERP.format_amount(totalweight) %] [% HTML.escape(weightunit) %]
+          <input type=hidden name="totalweight" value="[% totalweight %]">
+          <input type=hidden name="weightunit" value="[% HTML.escape(weightunit) %]">
+         </td>
+        </tr>
+       </table>
+      </td>
       <td align="right">
   [%- IF taxaccounts %]
        <input name="taxincluded" class="checkbox" type="checkbox" [% IF taxincluded %]checked[% END %]>