X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/ac1a9e8e357375b2426041eefee1f555fc5139b5..940da3f8a8302ac7623923fdb5b8c894ea552b08:/SL/Controller/Letter.pm diff --git a/SL/Controller/Letter.pm b/SL/Controller/Letter.pm index d299eea1e..ca739cfd0 100644 --- a/SL/Controller/Letter.pm +++ b/SL/Controller/Letter.pm @@ -655,7 +655,7 @@ sub setup_display_action_bar { action => [ t8('Export') ], action => [ t8('Print'), - submit => [ '#form', { action => 'Letter/print_letter' } ], + call => [ 'kivi.SalesPurchase.show_print_dialog', 'Letter/print_letter' ], disabled => !$self->letter->id ? t8('The object has not been saved yet.') : undef, ], action => [