Revision e3660d9e
Von Bernd Bleßmann vor etwa 2 Monaten hinzugefügt
SL/DB/Order/TypeData.pm | ||
---|---|---|
45 | 45 |
save_and_purchase_delivery_order => 0, |
46 | 46 |
save_and_supplier_delivery_order => 0, |
47 | 47 |
save_and_reclamation => sub { $::instance_conf->get_show_sales_reclamation }, |
48 |
save_and_invoice_for_advance_payment => 1,
|
|
49 |
save_and_final_invoice => 1,
|
|
48 |
save_and_invoice_for_advance_payment => sub { $::instance_conf->get_show_invoice_for_advance_payment },
|
|
49 |
save_and_final_invoice => sub { $::instance_conf->get_show_invoice_for_advance_payment },
|
|
50 | 50 |
save_and_ap_transaction => 0, |
51 | 51 |
save_and_invoice => 1, |
52 | 52 |
save_and_print => 1, |
bin/mozilla/is.pl | ||
---|---|---|
514 | 514 |
: $has_final_invoice ? t8('This invoice has already a final invoice.') |
515 | 515 |
: $is_invoice_for_advance_payment_from_order ? t8('This invoice was added from an order. See there.') |
516 | 516 |
: undef, |
517 |
only_if => $form->{type} eq "invoice_for_advance_payment",
|
|
517 |
only_if => ($form->{type} eq "invoice_for_advance_payment" && $::instance_conf->get_show_invoice_for_advance_payment),
|
|
518 | 518 |
], |
519 | 519 |
action => [ |
520 | 520 |
t8('Final Invoice'), |
... | ... | |
526 | 526 |
: $has_final_invoice ? t8('This invoice has already a final invoice.') |
527 | 527 |
: $is_invoice_for_advance_payment_from_order ? t8('This invoice was added from an order. See there.') |
528 | 528 |
: undef, |
529 |
only_if => $form->{type} eq "invoice_for_advance_payment",
|
|
529 |
only_if => ($form->{type} eq "invoice_for_advance_payment" && $::instance_conf->get_show_invoice_for_advance_payment),
|
|
530 | 530 |
], |
531 | 531 |
action => [ |
532 | 532 |
t8('Credit Note'), |
Auch abrufbar als: Unified diff
Sichtbarkeit Anzahlungs-/Schluss-Rgs: Einstellung bei Workflows berücksichtigen