X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/111ae01210a7be2e30809a2a96d09247cdf5f2df..3e79972f6ef:/templates/webpages/ir/form_header.html
diff --git a/templates/webpages/ir/form_header.html b/templates/webpages/ir/form_header.html
index 1c652d893..296c79bcd 100644
--- a/templates/webpages/ir/form_header.html
+++ b/templates/webpages/ir/form_header.html
@@ -131,6 +131,10 @@
[%- END %]
+
+ | [% 'Transaction description' | $T8 %] |
+ [% L.input_tag("transaction_description", transaction_description, size=35, "data-validate"=INSTANCE_CONF.get_require_transaction_description_ps ? 'required' : '') %] |
+
@@ -154,6 +158,10 @@
[% HTML.escape(duedate) %]
|
+
+ | [% LxERP.t8('Tax point') %] |
+ [% L.date_tag('tax_point', tax_point, id='tax_point') %] |
+
| [% 'Delivery Date' | $T8 %] |
[% L.date_tag('deliverydate', deliverydate) %] |