Rechnung: Drucken und Buchen auch wirklich immer Drucken und Buchen
authorJan Büren <jan@kivitendo.de>
Wed, 1 Sep 2021 09:37:45 +0000 (11:37 +0200)
committerJan Büren <jan@kivitendo.de>
Wed, 1 Sep 2021 09:37:45 +0000 (11:37 +0200)
bin/mozilla/is.pl

index 31f9c74..39bfcf8 100644 (file)
@@ -398,7 +398,7 @@ sub setup_is_action_bar {
                     :                                   undef,
         ],
         action => [ t8('Print and Post'),
-          call     => [ 'kivi.SalesPurchase.show_print_dialog', $form->{id} ? 'print' : 'print_and_post' ],
+          call     => [ 'kivi.SalesPurchase.show_print_dialog', 'print_and_post' ],
           checks   => [ 'kivi.validate_form' ],
           disabled => !$may_edit_create                         ? t8('You must not change this invoice.')
                     : $form->{locked}                           ? t8('The billing period has already been locked.')