From: Bernd Bleßmann Date: Mon, 15 Nov 2021 12:04:20 +0000 (+0100) Subject: Anzahlungs-Rg.: Keine Zahlungsaktionen X-Git-Tag: kivitendo-mebil_0.1-0~10^2~2^2~217^2~49 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=a4193657f8fb28966959276593999192abf70ca2;p=kivitendo-erp.git Anzahlungs-Rg.: Keine Zahlungsaktionen --- diff --git a/bin/mozilla/is.pl b/bin/mozilla/is.pl index 14b3946d9..b6d6d3404 100644 --- a/bin/mozilla/is.pl +++ b/bin/mozilla/is.pl @@ -342,6 +342,7 @@ sub setup_is_action_bar { : !$form->{id} ? t8('This invoice has not been posted yet.') : $is_linked_bank_transaction ? t8('This transaction is linked with a bank transaction. Please undo and redo the bank transaction booking if needed.') : undef, + only_if => $form->{type} ne "invoice_for_advance_payment", ], action => [ t8('Mark as paid'), submit => [ '#form', { action => "mark_as_paid" } ], @@ -349,7 +350,7 @@ sub setup_is_action_bar { disabled => !$may_edit_create ? t8('You must not change this invoice.') : !$form->{id} ? t8('This invoice has not been posted yet.') : undef, - only_if => $::instance_conf->get_is_show_mark_as_paid, + only_if => $::instance_conf->get_is_show_mark_as_paid && $form->{type} ne "invoice_for_advance_payment", ], ], # end of combobox "Post"