X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=templates%2Fwebpages%2Fis%2Fform_header.html;h=28f3f4da43c933d7ac251e8da2fa6c9d1bc9e0a8;hb=dcfea9c2ce19dd6865e478ef745aa5e1c085b8f8;hp=f412fac1ff309490c6681b776f5b21c2201152dc;hpb=cdab9f5d03b9c1d529155cf3b95d227d473bfb6d;p=kivitendo-erp.git diff --git a/templates/webpages/is/form_header.html b/templates/webpages/is/form_header.html index f412fac1f..28f3f4da4 100644 --- a/templates/webpages/is/form_header.html +++ b/templates/webpages/is/form_header.html @@ -38,7 +38,7 @@ [%- IF AUTH.assert('record_links', 1) %]
  • [% 'Linked Records' | $T8 %]
  • [%- END %] - [%- IF AUTH.assert('general_ledger', 1) %] + [%- IF AUTH.assert('invoice_edit', 1) %]
  • [% LxERP.t8('Transactions') %]
  • [%- END %] [%- END %] @@ -65,7 +65,7 @@ allow_textbox = 1, onChange = "document.getElementById('update_button').click();" -%] - + @@ -146,11 +146,11 @@ [%- END %] -[%- IF all_departments %] +[%- IF ALL_DEPARTMENTS %] [% 'Department' | $T8 %] - [% L.select_tag('department_id', all_departments, default = department_id, title_sub = \department_labels, with_empty = 1, style = 'width:250px') %] + [% L.select_tag('department_id', ALL_DEPARTMENTS, default = department_id, title_key = 'description', with_empty = 1, style = 'width:250px') %] [%- END %]