From: Jan Büren Date: Wed, 1 Sep 2021 09:37:45 +0000 (+0200) Subject: Rechnung: Drucken und Buchen auch wirklich immer Drucken und Buchen X-Git-Tag: kivitendo-mebil_0.1-0~10^2~2^2~367 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=beec0ccee110369ab21d092121dd3755dc1fbd76;p=kivitendo-erp.git Rechnung: Drucken und Buchen auch wirklich immer Drucken und Buchen --- 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.')