X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/43e74053df32b26b2e2ec5059bebc60d47be753b..HEAD:/templates/webpages/order/tabs/_second_row.html
diff --git a/templates/webpages/order/tabs/_second_row.html b/templates/webpages/order/tabs/_second_row.html
index 046224fa1..8b4d83ad6 100644
--- a/templates/webpages/order/tabs/_second_row.html
+++ b/templates/webpages/order/tabs/_second_row.html
@@ -35,9 +35,12 @@
class="recalc reformat_number numeric") %]
[%- END %]
[%- 'On Hand' | $T8 %]
-
- [%- LxERP.format_amount(ITEM.part.onhand_as_number, 2, 0) -%] [%- ITEM.part.unit -%]
+
+ [%- ITEM.part.onhand_as_number -%] [%- ITEM.part.unit -%]
+ [%- 'Optional' | $T8 %]
+ [%- L.yes_no_tag("order.orderitems[].optional", ITEM.optional
+ class="recalc") %]