X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/4fa7102b36468079313df9e579f7537d49aab859..d7acc048b63:/templates/webpages/is/form_header.html
diff --git a/templates/webpages/is/form_header.html b/templates/webpages/is/form_header.html
index 24b253f04..bbe05f0a4 100644
--- a/templates/webpages/is/form_header.html
+++ b/templates/webpages/is/form_header.html
@@ -3,7 +3,6 @@
[%- USE LxERP %]
[%- USE L %]
[%- SET follow_up_trans_info = invnumber _ ' (' _ customer_name _ ')' %]
-
@@ -35,6 +34,7 @@
[% 'Customer' | $T8 %] |
[%- INCLUDE 'generic/multibox.html'
+ id = 'customer',
name = 'customer',
style = 'width: 250px',
DATA = ALL_CUSTOMERS,
@@ -226,7 +226,7 @@
|
| [% 'Project Number' | $T8 %] |
- [%- L.select_tag('globalproject_id', ALL_PROJECTS, title='projectnumber', default = globalproject_id, with_empty = '1', onChange = "document.getElementById('update_button').click();") %]
+ [%- L.select_tag('globalproject_id', ALL_PROJECTS, title_key = 'projectnumber', default = globalproject_id, with_empty = '1', onChange = "document.getElementById('update_button').click();") %]
|
@@ -254,10 +254,7 @@
[% ELSIF creditwarning != '' %]
alert('[% 'Credit Limit exceeded!!!' | $T8 %]');
[% ELSE %]
- focus();
[% END %]
- setupDateFormat('[% dateformat %]', '[% 'Falsches Datumsformat!' | $T8 %]');
- setupPoints('[% numberformat %]', '[% 'wrongformat' | $T8 %]');
});
function set_duedate() {
$.ajax({