X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/d2d780320b8430a099ebfe013dc81ba9c2b70253..93957d047e1fd82b595ee430ea79d7bb57f98bd0:/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..682162e5f 100644 --- a/templates/webpages/order/tabs/basic_data.html +++ b/templates/webpages/order/tabs/basic_data.html @@ -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) %] [%- IF (SELF.type == "sales_order" || SELF.type == "purchase_order") -%] @@ -162,7 +162,7 @@ [%- END -%] [% reqdate_txt | $T8 %] - [% L.date_tag('order.reqdate', SELF.order.reqdate) %] + [% L.date_tag('order.reqdate_as_date', SELF.order.reqdate_as_date) %] [%- IF SELF.type == "sales_quotation" -%] @@ -172,7 +172,7 @@ [% '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) %] [%- END %]