X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fis%2Fform_header.html;h=28f3f4da43c933d7ac251e8da2fa6c9d1bc9e0a8;hb=cf9865dc7faad6b1ea68e2c5db8b8b44d316fd26;hp=d3026e85c5f5c9d315170fb8c6f4541f1f04c44d;hpb=79e8732a5e328517bf1839d14095bddc8d7cf894;p=kivitendo-erp.git diff --git a/templates/webpages/is/form_header.html b/templates/webpages/is/form_header.html index d3026e85c..28f3f4da4 100644 --- a/templates/webpages/is/form_header.html +++ b/templates/webpages/is/form_header.html @@ -25,7 +25,7 @@

[% saved_message %]

-[%- PROCESS 'common/flash.html' %] +[%- INCLUDE 'common/flash.html' %] [%- INCLUDE 'generic/set_longdescription.html' %]
@@ -35,8 +35,10 @@
  • [% 'WebDAV' | $T8 %]
  • [%- END %] [%- IF id %] + [%- IF AUTH.assert('record_links', 1) %]
  • [% 'Linked Records' | $T8 %]
  • - [%- IF AUTH.assert('general_ledger', 1) %] + [%- END %] + [%- IF AUTH.assert('invoice_edit', 1) %]
  • [% LxERP.t8('Transactions') %]
  • [%- END %] [%- END %] @@ -63,7 +65,7 @@ allow_textbox = 1, onChange = "document.getElementById('update_button').click();" -%] - + @@ -144,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 %] @@ -162,6 +164,8 @@ + + [%- IF show_exchangerate %] @@ -290,9 +294,9 @@ [% IF resubmit && is_format_html %] window.open('about:blank','Beleg'); document.invoice.target = 'Beleg'; - document.invoice.submit(); + $('#action_print').click(); [% ELSIF resubmit %] - document.invoice.submit(); + $('#action_print').click(); [% ELSIF creditwarning != '' %] alert('[% 'Credit Limit exceeded!!!' | $T8 %]'); [% ELSE %]