X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/91abaf6cbfa5bb429df7fce3748b3d37082551ad..5aa233de07eb220f8025a995ee0b3edfbf16b186:/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 27032e0e5..4f4e43ad7 100644 --- a/templates/webpages/order/tabs/basic_data.html +++ b/templates/webpages/order/tabs/basic_data.html @@ -3,6 +3,8 @@ [%- USE LxERP %] [%- USE L %] +[%- INCLUDE 'generic/set_longdescription.html' %] +
+ [%- IF MYCONFIG.show_form_details %] + [%- L.img_tag(src="image/collapse3.gif", alt=LxERP.t8('Hide all details'), title=LxERP.t8('Hide all details'), id='expand_all') %] + [%- ELSE %] + [%- L.img_tag(src="image/expand3.gif", 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 %] | +[%- 'Description' | $T8 %] | +[%- 'Qty' | $T8 %] | [%- 'Price Factor' | $T8 %] | [%- 'Unit' | $T8 %] | [%- 'Price Source' | $T8 %] | -[%- 'Price' | $T8 %] | -[%- 'Discount' | $T8 %] | +[%- 'Price' | $T8 %] | +[%- 'Discount' | $T8 %] | [%- 'Extended' | $T8 %] |
---|