X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/fc577cb1ed6f46e4779624b97dc87f30abbd8c1c..73ba8ed612c9952a8c781d76bc04f3f23335571c:/templates/webpages/ir/form_header.html
diff --git a/templates/webpages/ir/form_header.html b/templates/webpages/ir/form_header.html
index d146c7b38..7604566aa 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) %] |
@@ -172,7 +180,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();") %] |
@@ -192,7 +200,6 @@
$('document').ready(function(){
[% IF creditwarning != '' %]
alert('[% 'Credit Limit exceeded!!!' | $T8 %]');
-[% ELSE %]
[% END %]
});
//-->