X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/4874214f33115e49dce29501d615848fa9df11ce..8b5bed7fe5:/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 d50323def..05a663c1c 100644
--- a/templates/webpages/order/tabs/basic_data.html
+++ b/templates/webpages/order/tabs/basic_data.html
@@ -188,19 +188,19 @@
| [% 'Tax point' | $T8 %] |
- [% L.date_tag('order.tax_point_as_date', SELF.order.tax_point_as_date) %] |
+ [% L.date_tag('order.tax_point_as_date', SELF.order.tax_point_as_date, class="recalc") %] |
[%- IF (SELF.type == "sales_order" || SELF.type == "purchase_order") -%]
- [%- SET reqdate_txt = 'Reqdate' -%]
+ [%- SET reqdate_txt = 'Reqdate'; SET reqdate_class = 'recalc' -%]
[%- ELSIF SELF.type == "sales_quotation" -%]
- [%- SET reqdate_txt = 'Valid until' -%]
+ [%- SET reqdate_txt = 'Valid until'; SET reqdate_class = '' -%]
[%- ELSE -%]
- [%- SET reqdate_txt = 'Required by' -%]
+ [%- SET reqdate_txt = 'Required by'; SET reqdate_class = 'recalc' -%]
[%- END -%]
| [% reqdate_txt | $T8 %] |
- [% L.date_tag('order.reqdate_as_date', SELF.order.reqdate_as_date) %] |
+ [% L.date_tag('order.reqdate_as_date', SELF.order.reqdate_as_date, class=reqdate_class) %] |
[%- IF SELF.type == "sales_quotation" -%]
@@ -210,7 +210,7 @@
| [% 'Expected billing date' | $T8 %] |
- [%- L.date_tag('order.expected_billing_date_as_date', SELF.order.expected_billing_date_sa_date) %] |
+ [%- L.date_tag('order.expected_billing_date_as_date', SELF.order.expected_billing_date_as_date) %] |
[%- END %]