Revision 61363943
Von Bernd Bleßmann vor mehr als 1 Jahr hinzugefügt
| SL/Controller/Order.pm | ||
|---|---|---|
|
],
|
||
|
}],
|
||
|
checks => [ @req_trans_cost_art, @req_cusordnumber ],
|
||
|
only_if => (any { $self->type eq $_ } (PURCHASE_ORDER_TYPE())),
|
||
|
only_if => $self->type_data->show_menu('save_and_purchase_delivery_order'),
|
||
|
disabled => !$may_edit_create ? t8('You do not have the permissions to access this function.') : undef,
|
||
|
],
|
||
|
action => [
|
||
Auch abrufbar als: Unified diff
Auftrags-Controller: Anzeige Menü WF->LS mit Artikelauswahl aus TypeData