Stammdaten-Lager für Dienstleistungen auch anzeigen
authorJan Büren <jan@kivitendo-premium.de>
Wed, 12 Jun 2013 08:17:28 +0000 (10:17 +0200)
committerJan Büren <jan@kivitendo-premium.de>
Wed, 12 Jun 2013 08:17:28 +0000 (10:17 +0200)
Da Dienstleistungen überall im Programm auch ein- und auslagerbar sind,
ist es nur konsequent hierfür auch einen Standardlagerplatz, Standardlagermenge sowie
einen Mindestbestand anzugeben

templates/webpages/ic/form_header.html

index d3344a5..658979a 100644 (file)
             [% HTML.escape(defaults.weightunit) %]
            </td>
           </tr>
+        [%- END %]
           <tr>
            <th align="right" nowrap>[% 'On Hand' | $T8 %]</th>
            <th align="left" nowrap class="plus[% IF onhand > 0 %]1[% ELSE %]0[% END %]">&nbsp;[% LxERP.format_amount(onhand) %]</th>
            <th align="right" nowrap="true">[% 'Default Bin' | $T8 %]</th>
            <td><select id="bin_id" name="bin_id"></select></td>
           </tr>
-        [%- END %]
           <tr>
            <th align="right" nowrap="true">[% 'Verrechnungseinheit' | $T8 %]</th>
            <td><input name="ve" size="10" value="[% HTML.escape(ve) %]"></td>