DeliveryOrder: Lagermengen Spalte
[kivitendo-erp.git] / templates / webpages / delivery_order / tabs / _row.html
index be552e7..9361f20 100644 (file)
                       value_key = 'name',
                       class = 'unitselect') %]
     </td>
+
+    <td>
+      <span id="stock_[% ID %]">[% SELF.calculate_stock_in_out(ITEM) %]</span>
+      <input type=hidden id='stock_in_out_qty_matches_[% ID %]' value='$matches'>
+      <input type="button" onclick="kivi.DeliveryOrder.open_stock_in_out_window('[% in_out %]', ID);" value="?">
+    </td>
   </tr>
 
   <tr [%- IF !MYCONFIG.show_form_details -%]style="display:none"[%- END -%]>