X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/d2d780320b8430a099ebfe013dc81ba9c2b70253..825883e4f5b2df7e971fdc27fb290c41fc05f8be:/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 c67981292..7966271a4 100644 --- a/templates/webpages/order/tabs/basic_data.html +++ b/templates/webpages/order/tabs/basic_data.html @@ -12,7 +12,7 @@
| [% SELF.cv | $T8 %] | +[%- SELF.cv == "customer" ? LxERP.t8('Customer') : LxERP.t8('Vendor') -%] | [% SET cv_id = SELF.cv _ '_id' %][% P.customer_vendor.picker("order.${SELF.cv}" _ '_id', SELF.order.$cv_id, type=SELF.cv, style='width: 300px') %] @@ -150,7 +150,7 @@ [%- END -%] |
|---|---|---|
| [% transdate_txt | $T8 %] | -[% L.date_tag('order.transdate', SELF.order.transdate) %] | +[% L.date_tag('order.transdate_as_date', SELF.order.transdate_as_date) %] |
| [% reqdate_txt | $T8 %] | -[% L.date_tag('order.reqdate', SELF.order.reqdate) %] | +[% L.date_tag('order.reqdate_as_date', SELF.order.reqdate_as_date) %] |
| [% 'Expected billing date' | $T8 %] | -[%- L.date_tag('order.expected_billing_date', SELF.order.expected_billing_date) %] | +[%- L.date_tag('order.expected_billing_date_as_date', SELF.order.expected_billing_date_sa_date) %] |
|
-
-
+ [%- IF SELF.positions_scrollbar_height -%]
+ [%- SET scroll_style = 'style="overflow-y: auto; height:' _ SELF.positions_scrollbar_height _ 'vh;"' -%]
+ [%- ELSE -%]
+ [%- SET scroll_style = '' -%]
+ [%- END -%]
+ |