X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/a64b214d855ee7c1077323dbc8d2e19a89703085..ed11f8c7cbf055eee2a32328b09189fcf6f29b53:/templates/webpages/is/form_header.html diff --git a/templates/webpages/is/form_header.html b/templates/webpages/is/form_header.html index dd711fc19..28f3f4da4 100644 --- a/templates/webpages/is/form_header.html +++ b/templates/webpages/is/form_header.html @@ -19,12 +19,13 @@ +

[% title %]

[% saved_message %]

-[%- PROCESS 'common/flash.html' %] +[%- INCLUDE 'common/flash.html' %] [%- INCLUDE 'generic/set_longdescription.html' %]
@@ -34,8 +35,12 @@
  • [% 'WebDAV' | $T8 %]
  • [%- END %] [%- IF id %] + [%- IF AUTH.assert('record_links', 1) %]
  • [% 'Linked Records' | $T8 %]
  • + [%- END %] + [%- IF AUTH.assert('invoice_edit', 1) %]
  • [% LxERP.t8('Transactions') %]
  • + [%- END %] [%- END %] @@ -60,7 +65,7 @@ allow_textbox = 1, onChange = "document.getElementById('update_button').click();" -%] - + @@ -141,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 %] @@ -159,6 +164,8 @@ + + [%- IF show_exchangerate %] @@ -287,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 %]