X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/ed04f337a0e565a3d0621a10bd273298e33c7fa1..5c859d6455cd282a69bc354bd270efb87e1b8760:/templates/webpages/order/tabs/basic_data.html diff --git a/templates/webpages/order/tabs/basic_data.html b/templates/webpages/order/tabs/basic_data.html index a6ddd0cf9..11a71fb62 100644 --- a/templates/webpages/order/tabs/basic_data.html +++ b/templates/webpages/order/tabs/basic_data.html @@ -2,6 +2,7 @@ [%- USE HTML %] [%- USE LxERP %] [%- USE L %] +[%- USE P %] [%- INCLUDE 'generic/set_longdescription.html' %] @@ -13,7 +14,7 @@
| + [%- IF MYCONFIG.show_form_details %] + [%- L.img_tag(src="image/collapse.svg", alt=LxERP.t8('Hide all details'), title=LxERP.t8('Hide all details'), id='expand_all', "data-expanded"="1") %] + [%- ELSE %] + [%- L.img_tag(src="image/expand.svg", alt=LxERP.t8('Show all details'), title=LxERP.t8('Show all details'), id='expand_all') %] + [%- END %] + | [%- 'position' | $T8 %] | ![]() |
![]() |
- [%- 'Partnumber' | $T8 %] | -[%- 'Description' | $T8 %] | -[%- 'Qty' | $T8 %] | +[%- 'Partnumber' | $T8 %] | +[%- 'Type' | $T8 %] | +[%- 'Description' | $T8 %] | +[%- 'Qty' | $T8 %] | [%- 'Price Factor' | $T8 %] | [%- 'Unit' | $T8 %] | [%- 'Price Source' | $T8 %] | -[%- 'Price' | $T8 %] | -[%- 'Discount' | $T8 %] | +[%- 'Price' | $T8 %] | +[%- 'Discount' | $T8 %] | [%- 'Extended' | $T8 %] |
|---|