From ac41603d2ad8340816634094870faf032a46a130 Mon Sep 17 00:00:00 2001 From: freiphone Date: Mon, 5 Jun 2017 15:42:08 +0200 Subject: [PATCH] Drucken und Buchen --- bin/mozilla/is.pl | 5 +++++ 1 file changed, 5 insertions(+) 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 ], -- 2.20.1