From: freiphone Date: Mon, 5 Jun 2017 13:42:08 +0000 (+0200) Subject: Drucken und Buchen X-Git-Tag: release-3.5.4~1048^2 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=ac41603d2ad8340816634094870faf032a46a130;p=kivitendo-erp.git Drucken und Buchen --- 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 ],