projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ad886e
)
Rechnung: Drucken und Buchen auch wirklich immer Drucken und Buchen
author
Jan Büren
<jan@kivitendo.de>
Wed, 1 Sep 2021 09:37:45 +0000
(11:37 +0200)
committer
Jan Büren
<jan@kivitendo.de>
Wed, 1 Sep 2021 09:37:45 +0000
(11:37 +0200)
bin/mozilla/is.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/is.pl
b/bin/mozilla/is.pl
index
31f9c74
..
39bfcf8
100644
(file)
--- 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.')