Skip to content

Commit

Permalink
fehlendes Feld ordersize in Artikelmaske
Browse files Browse the repository at this point in the history
  • Loading branch information
wernerhahn committed Dec 4, 2023
1 parent 9da868a commit 6239f95
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions templates/design40_webpages/part/_basic_data.html
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,11 @@ <h2 class="record-title col">
<th>[% 'ROP' | $T8 %]</th>
<td>[% L.input_tag("part.rop_as_number", SELF.part.rop_as_number, size=10, class='wi-small reformat_number numeric') %]</td>
</tr>
<tr>
<th align="right" nowrap="true">[% 'Order Size' | $T8 %]</th>
<td>[% L.input_tag("part.order_qty_as_number", SELF.part.order_qty_as_number, size=10,
class="wi-small reformat_number numeric") %]</td>
</tr>
[% IF SELF.all_warehouses.size %]
<tr>
<th>[% 'Default Warehouse' | $T8 %]</th>
Expand Down

0 comments on commit 6239f95

Please sign in to comment.