X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/df70887670cd57e55218f4f03dcb1ea7f8c8359d..46bc75c8:/templates/webpages/oe/form_header.html diff --git a/templates/webpages/oe/form_header.html b/templates/webpages/oe/form_header.html index 48fc32a8c..9b275af24 100644 --- a/templates/webpages/oe/form_header.html +++ b/templates/webpages/oe/form_header.html @@ -6,7 +6,6 @@
- @@ -58,7 +57,7 @@ [% 'Contact Person' | $T8 %] - [% L.select_tag('cp_id', L.options_for_select(ALL_CONTACTS, default=cp_id, value='cp_id', title_sub=\contact_labels, with_empty=1), style='width: 250px') %] + [% L.select_tag('cp_id', L.options_for_select(ALL_CONTACTS, default=cp_id, value='cp_id', title='full_name_dep', with_empty=1), style='width: 250px') %] [%- END %] @@ -66,7 +65,7 @@ [% 'Shipping Address' | $T8 %] - [% L.select_tag('shipto_id', L.options_for_select(ALL_SHIPTO, default=shipto_id, value='shipto_id', title_sub=\shipto_labels, with_empty=1), style='width: 250px', onChange="document.getElementById('update_button').click();") %] + [% L.select_tag('shipto_id', L.options_for_select(ALL_SHIPTO, default=shipto_id, value='shipto_id', title='displayable_id', with_empty=1), style='width: 250px', onChange="document.getElementById('update_button').click();") %] [%- END %] @@ -105,7 +104,6 @@ [%- END %] - [%- IF currencies %] [% 'Currency' | $T8 %] @@ -166,14 +164,14 @@ [% 'Employee' | $T8 %] - [% L.select_tag('employee_id', L.options_for_select(ALL_EMPLOYEES, default=employee_id, title_sub=\sales_employee_labels)) %] + [% L.select_tag('employee_id', L.options_for_select(ALL_EMPLOYEES, default=employee_id, title='safe_name')) %] [%- IF is_sales and ALL_SALESMEN.size %] [% 'Salesman' | $T8 %] - [% L.select_tag('salesman_id', L.options_for_select(ALL_SALESMEN, default=(salesman_id ? salesman_id : employee_id), title_sub=\sales_employee_labels)) %] + [% L.select_tag('salesman_id', L.options_for_select(ALL_SALESMEN, default=(salesman_id ? salesman_id : employee_id), title='safe_name')) %] [%- END %] @@ -204,8 +202,7 @@ [%- END %] - - + [% L.date_tag('transdate', transdate) %] @@ -217,8 +214,7 @@ [%- END %] - - + [% L.date_tag('reqdate', reqdate) %] @@ -233,15 +229,3 @@ - -