X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/46d3bb6e2f544e82ed36ce6fa08bf48f74a54cc9..69e526ee5:/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 b3c9fa050..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('show_multi_items_dialog()', LxERP.t8('Add multiple parts')) %] + [% 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 %] | -[%- '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 %] |
|---|