Vorlage fuer Lieferscheine auf dispatcher Mechanismus umgestellt
[kivitendo-erp.git] / templates / webpages / ic / form_header_master.html
index 7050945..b99d6f5 100644 (file)
@@ -56,7 +56,7 @@
               <th align="right"><translate>Group</translate></th>
               <td>
                [%- INCLUDE generic/multibox.html
-                     name       = 'selectpartsgroup',
+                     name       = 'partsgroup',
                      DATA       = all_partsgroup,
                      show_empty = 1,
                      id_sub     = 'pg_keys',
               <td>
                <ilayer>
                 <layer onmouseover="this.T_STICKY=true;this.T_STATIC=true;return escape('<translate>The formula needs the following syntax:<br>For regular article:<br>Variablename= Variable Unit;<br>Variablename2= Variable2 Unit2;<br>...<br>###<br>Variable + ( Variable2 / Variable )<br><b>Please be beware of the spaces in the formula</b><br></translate>')">
-                 <textarea name="formel" rows="4" cols="30" wrap="soft">[% HTML.escape(formel) %]</textarea></layer></ilayer>
+                 <textarea name="formel" rows="[% HTML.escape(notes_rows) %]" cols="30" wrap="soft">[% HTML.escape(formel) %]</textarea></layer></ilayer>
                </td>
               [%- END %]
              </tr>
            <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>