]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/delivery_order/tabs/basic_data.html
DeliveryOrder: Lagermengen Spalte
[mfinanz.git] / templates / webpages / delivery_order / tabs / basic_data.html
index ed2f753c9c526388c773b01cf7fd1429db2123b9..d3ff155184ba8c3b70ddce4880dd0e7a66e39e15 100644 (file)
                 [%- END -%]
                 <th id="qty_header_id"          class="listheading" nowrap width="5" ><a href='#' onClick='javascript:kivi.DeliveryOrder.reorder_items("qty")'>        [%- 'Qty'         | $T8 %]</a></th>
                 <th class="listheading" nowrap width="5" >[%- 'Unit'         | $T8 %] </th>
+                [% IF inout == 'in' %]
+                <th class="listheading" nowrap width="5" >[%- 'Transfer To Stock' | $T8 %] </th>
+                [% END %]
+                [% IF inout == 'out' %]
+                <th class="listheading" nowrap width="5" >[%- 'Release From Stock' | $T8 %] </th>
+                [% END %]
               </tr>
             </thead>