X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Fis%2Fform_header.html;h=b155850ababf14c22f4890a4e8d3e1b1d6abe5bf;hb=feb6f563968f53e59511578429b1dd61fda52008;hp=5b78c3ec5f3d12047384271624d1d50800a8fa68;hpb=d104879c27e78a5c2101c8d9227e6419aea15881;p=kivitendo-erp.git diff --git a/templates/webpages/is/form_header.html b/templates/webpages/is/form_header.html index 5b78c3ec5..b155850ab 100644 --- a/templates/webpages/is/form_header.html +++ b/templates/webpages/is/form_header.html @@ -18,6 +18,7 @@ +

[% title %]

@@ -34,9 +35,8 @@ [%- END %] [%- IF id %] [%- IF INSTANCE_CONF.get_doc_storage %] - [% object_type = is_type_credit_note? 'credit_note' : 'invoice' %] -
  • [% 'Documents' | $T8 %]
  • -
  • [% 'Attachments' | $T8 %]
  • +
  • [% 'Documents' | $T8 %]
  • +
  • [% 'Attachments' | $T8 %]
  • [%- END %] [%- IF AUTH.assert('record_links', 1) %]
  • [% 'Linked Records' | $T8 %]
  • @@ -332,8 +332,11 @@ kivi.SalesPurchase.show_print_dialog(); kivi.SalesPurchase.print_record(); [% ELSIF resubmit %] - kivi.SalesPurchase.show_print_dialog(); - kivi.SalesPurchase.print_record(); + if ($('#already_printed_flag').val() === "0") { + kivi.SalesPurchase.show_print_dialog(); + kivi.SalesPurchase.print_record(); + $('#already_printed_flag').val("1"); + } [% ELSIF creditwarning != '' %] alert('[% 'Credit Limit exceeded!!!' | $T8 %]'); [% ELSE %]