X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/0935b012a57196f883b59ec97bb7fe0882210c5a..af131a46:/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 61348b7b8..526e028bf 100644 --- a/templates/webpages/order/tabs/basic_data.html +++ b/templates/webpages/order/tabs/basic_data.html @@ -145,7 +145,7 @@ [%- PROCESS order/tabs/_item_input.html %] - [% L.button_tag('kivi.Order.show_multi_items_dialog()', LxERP.t8('Add multiple items')) %] + [% L.button_tag('kivi.Order.show_multi_items_dialog()', LxERP.t8('Add multiple items')) %]
| + [%- 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 %] | +[%- 'Type' | $T8 %] | [%- 'Description' | $T8 %] | [%- 'Qty' | $T8 %] | [%- 'Price Factor' | $T8 %] |
|---|