]> wagnertech.de Git - mfinanz.git/blobdiff - templates/webpages/is/form_header.html
customernotes auch als notes Form Variable(fixmaster)
[mfinanz.git] / templates / webpages / is / form_header.html
index f9a8879c6db9d1f470e0b674c8a7ab2f9a45f75d..ef60cc9ae728156c8988f5ad85ba8edd7582e387 100644 (file)
 [% 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 %]