From beec0ccee110369ab21d092121dd3755dc1fbd76 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20B=C3=BCren?= Date: Wed, 1 Sep 2021 11:37:45 +0200 Subject: [PATCH] Rechnung: Drucken und Buchen auch wirklich immer Drucken und Buchen --- bin/mozilla/is.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mozilla/is.pl b/bin/mozilla/is.pl index 31f9c74c5..39bfcf837 100644 --- a/bin/mozilla/is.pl +++ b/bin/mozilla/is.pl @@ -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.') -- 2.39.5