From: Moritz Bunkus Date: Wed, 11 Jan 2017 15:45:15 +0000 (+0100) Subject: ActionBar: Lieferscheine: Drucken über Dialog implementiert X-Git-Tag: release-3.5.4~1332 X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/commitdiff_plain/a439697f1f0e1ea9d593fc24952966db72aceee5?ds=inline ActionBar: Lieferscheine: Drucken über Dialog implementiert --- diff --git a/bin/mozilla/do.pl b/bin/mozilla/do.pl index d4e312365..7107017ab 100644 --- a/bin/mozilla/do.pl +++ b/bin/mozilla/do.pl @@ -323,7 +323,7 @@ sub setup_do_action_bar { action => [ t8('Export') ], action => [ t8('Print'), - submit => [ '#form', { action => "print" } ], + call => [ 'kivi.SalesPurchase.show_print_dialog' ], checks => [ @req_trans_desc ], ], action => [ diff --git a/templates/webpages/do/form_footer.html b/templates/webpages/do/form_footer.html index 13456ca7b..954eff7b1 100644 --- a/templates/webpages/do/form_footer.html +++ b/templates/webpages/do/form_footer.html @@ -84,3 +84,6 @@ [%- IF !delivered %] [%- END %] +