Revision f30747c2
Von Tamino Steinert vor etwa 1 Jahr hinzugefügt
SL/Controller/Order.pm | ||
---|---|---|
2395 | 2395 |
: PURCHASE_RECLAMATION_TYPE() }, |
2396 | 2396 |
], |
2397 | 2397 |
}], |
2398 |
only_if =>$self->type_data->show_menu('save_and_reclamation') |
|
2398 |
only_if => $self->type_data->show_menu('save_and_reclamation'), |
|
2399 |
disabled => !$may_edit_create ? t8('You do not have the permissions to access this function.') : undef, |
|
2399 | 2400 |
], |
2400 | 2401 |
action => [ |
2401 | 2402 |
t8('Save and Invoice'), |
Auch abrufbar als: Unified diff
S:C:Order: FIX: Rechte beim Workflow zur Reklamation nutzen