X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/fc577cb1ed6f46e4779624b97dc87f30abbd8c1c..8b5bed7fe5:/templates/webpages/ir/form_header.html
diff --git a/templates/webpages/ir/form_header.html b/templates/webpages/ir/form_header.html
index d146c7b38..fac160a03 100644
--- a/templates/webpages/ir/form_header.html
+++ b/templates/webpages/ir/form_header.html
@@ -154,6 +154,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) %] |
@@ -172,7 +176,7 @@
| [% 'Project Number' | $T8 %] |
- [%- L.select_tag('globalproject_id', ALL_PROJECTS, title_key = 'projectnumber', default = globalproject_id, with_empty = '1', onChange = "document.getElementById('update_button').click();") %] |
+ [% P.project.picker('globalproject_id', globalproject_id, onchange="document.getElementById('update_button').click();") %] |