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