Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 6fb26f9a

Von Tamino Steinert vor mehr als 2 Jahren hinzugefügt

  • ID 6fb26f9aa9e1e194a46aee62d1f143d5c807b1d7
  • Vorgänger c8774e89
  • Nachfolger cc9d7f43

Workflow: (sales/purchase) invoice → reclamation

Unterschiede anzeigen:

bin/mozilla/ir.pl
: !$form->{id} ? t8('This invoice has not been posted yet.')
: undef,
],
action => [
t8('Reclamation'),
submit => ['#form', { action => "purchase_reclamation" }], # can't call Reclamation directly
disabled => !$form->{id} ? t8('This invoice has not been posted yet.') : undef,
only_if => ($::form->{type} eq 'purchase_invoice')
],
], # end of combobox "Workflow"
combobox => [

Auch abrufbar als: Unified diff