Revision 2f694073
Von Jan Büren vor fast 3 Jahren hinzugefügt
bin/mozilla/is.pl | ||
---|---|---|
385 | 385 |
disabled => !$may_edit_create ? t8('You must not change this invoice.') |
386 | 386 |
: !$form->{id} ? t8('This invoice has not been posted yet.') |
387 | 387 |
: undef, |
388 |
only_if => $::instance_conf->get_is_show_mark_as_paid && $form->{type} ne "invoice_for_advance_payment",
|
|
388 |
only_if => ($::instance_conf->get_is_show_mark_as_paid && $form->{type} ne "invoice_for_advance_payment") || $form->{type} eq 'final_invoice',
|
|
389 | 389 |
], |
390 | 390 |
], # end of combobox "Post" |
391 | 391 |
|
Auch abrufbar als: Unified diff
VK-Rechnung 'als bezahlt markieren' für den Typ final_invoice erlauben
Unabhängig von der Mandantenkonfiguration