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