Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision e3660d9e

Von Bernd Bleßmann vor 7 Monaten hinzugefügt

  • ID e3660d9ebbc3780bf9275cef5971f1d72bc0cef2
  • Vorgänger 37b0caec
  • Nachfolger ec57bf69

Sichtbarkeit Anzahlungs-/Schluss-Rgs: Einstellung bei Workflows berücksichtigen

Unterschiede anzeigen:

bin/mozilla/is.pl
: $has_final_invoice ? t8('This invoice has already a final invoice.')
: $is_invoice_for_advance_payment_from_order ? t8('This invoice was added from an order. See there.')
: undef,
only_if => $form->{type} eq "invoice_for_advance_payment",
only_if => ($form->{type} eq "invoice_for_advance_payment" && $::instance_conf->get_show_invoice_for_advance_payment),
],
action => [
t8('Final Invoice'),
......
: $has_final_invoice ? t8('This invoice has already a final invoice.')
: $is_invoice_for_advance_payment_from_order ? t8('This invoice was added from an order. See there.')
: undef,
only_if => $form->{type} eq "invoice_for_advance_payment",
only_if => ($form->{type} eq "invoice_for_advance_payment" && $::instance_conf->get_show_invoice_for_advance_payment),
],
action => [
t8('Credit Note'),

Auch abrufbar als: Unified diff