X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fir%2Fform_header.html;h=ee186c0b10cfb19240b465b3e98acd1cc0dedf22;hb=5896615180704b3dddba46f4064a47ff1f094c3c;hp=d8a44e1635a9eea4f1c695ab62c66629a3dad309;hpb=43e56b936a7b6f799bac548de484b2881428f9f5;p=kivitendo-erp.git diff --git a/templates/webpages/ir/form_header.html b/templates/webpages/ir/form_header.html index d8a44e163..ee186c0b1 100644 --- a/templates/webpages/ir/form_header.html +++ b/templates/webpages/ir/form_header.html @@ -54,7 +54,7 @@ [% 'Contact Person' | $T8 %] - [% 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') %] + [% L.select_tag('cp_id', ALL_CONTACTS, default = cp_id, value_key = 'cp_id', title_key = 'full_name_dep', with_empty = 1, style = 'width: 250px') %] [%- END %] @@ -125,7 +125,7 @@ - + [%- IF is_type_credit_note %]
[% 'Employee' | $T8 %][% L.select_tag('employee_id', L.options_for_select(ALL_EMPLOYEES, default=employee_id, title='safe_name')) %][% L.select_tag('employee_id', ALL_EMPLOYEES, default = employee_id, title_key = 'safe_name') %]