X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=bin%2Fmozilla%2Fis.pl;h=1f7bbcf334a24d65462b7b98b3b4df2ed67167e9;hb=338ffe02d70c3e9897f114998f534d4fc0bb2b65;hp=1fe448ff7e71d2165d94d2748f738b4b70aeeb50;hpb=08e820fa7a9aa4beae1da564b69a1362e6020121;p=kivitendo-erp.git diff --git a/bin/mozilla/is.pl b/bin/mozilla/is.pl index 1fe448ff7..1f7bbcf33 100644 --- a/bin/mozilla/is.pl +++ b/bin/mozilla/is.pl @@ -344,6 +344,11 @@ sub setup_is_action_bar { checks => [ @req_trans_desc ], disabled => !$form->{id} && $form->{locked} ? t8('The billing period has already been locked.') : undef, ], + action => [ t8('Print and Post'), + call => [ 'kivi.SalesPurchase.show_print_dialog', $form->{id} ? 'print' : 'print_and_post' ], + checks => [ @req_trans_desc ], + disabled => $form->{id} ? t8('This invoice has already been posted.') : undef,, + ], action => [ t8('E Mail'), call => [ 'kivi.SalesPurchase.show_email_dialog' ], checks => [ @req_trans_desc ],