Gewicht im Einkauf/Verkauf
[kivitendo-erp.git] / templates / webpages / do / form_footer.html
index 78ad35a..6be2268 100644 (file)
 
      </td>
     </tr>
+  <tr>
+    <td>
+      <table width="100%">
+        <tr valign="bottom">
+          <td align="right">
+            <table>
+            <tr>
+              <th  align="left">[% 'Total weight' | $T8 %]</th>
+              <td align="right">
+                [% LxERP.format_amount(totalweight, 3) %] [% HTML.escape(weightunit) %]
+                <input type="hidden" name="totalweight" value="[% HTML.escape(totalweight) %]">
+              </td>
+            </tr>
+            </table>
+          </td>
+        </tr>
+      </table>
+    </td>
    </table>
   </p>