]> wagnertech.de Git - mfinanz.git/blobdiff - bin/mozilla/is.pl
ActionBar: Verkaufsrechnungen: Drucken über Dialog implementiert
[mfinanz.git] / bin / mozilla / is.pl
index 4f7e9e410ab39acac191578e8d4b09a053c774d7..6eae18e3964508ab4c6ef8a8379a78210962c4a2 100644 (file)
@@ -339,7 +339,7 @@ sub setup_is_action_bar {
         action => [ t8('Export') ],
         action => [
           ($form->{id} ? t8('Print') : t8('Preview')),
-          submit   => [ '#form', { action => "print" } ],
+          call     => [ 'kivi.SalesPurchase.show_print_dialog', $form->{id} ? 'print' : 'preview' ],
           checks   => [ @req_trans_desc ],
           disabled => !$form->{id} && $form->{locked} ? t8('The billing period has already been locked.') : undef,
         ],