Vorlage fuer Lieferscheine auf dispatcher Mechanismus umgestellt
[kivitendo-erp.git] / templates / webpages / ic / form_header_master.html
index 8a1c20d..b99d6f5 100644 (file)
            <th align="right"><translate>Price Factor</translate></th>
            <td>
             [%- INCLUDE generic/multibox.html
-                  name       = 'price_factors_id',
+                  name       = 'price_factor_id',
                   DATA       = ALL_PRICE_FACTORS,
                   show_empty = 1,
                   id_key     = 'id',
            <th align="right" nowrap><translate>On Hand</translate></th>
            <th align="left" nowrap class="plus[% IF onhand > 0 %]1[% ELSE %]0[% END %]">&nbsp;[% LxERP.format_amount(onhand) %]</th>
           </tr>
-          [%- IF is_assembly %]
-          <tr>
-           <th align="right" nowrap><translate>Stock</translate></th>
-           <td><input name="stock" size="10" value="[% LxERP.format_amount(stock) %]"></td>
-          </tr>
-          [%- END %]
           <tr>
            <th align="right" nowrap="true"><translate>ROP</translate></th>
            <td><input name="rop" size="10" value="[% LxERP.format_amount(rop) %]"></td>