Revision bcda3234
Von Werner Hahn vor mehr als 2 Jahren hinzugefügt
| SL/Controller/DeliveryOrder.pm | ||
|---|---|---|
|
disabled => !$may_edit_create ? t8('You do not have the permissions to access this function.')
|
||
|
: !$self->order->id ? t8('This object has not been saved yet.')
|
||
|
: undef,
|
||
|
only_if => $self->order->delivered,
|
||
|
disabled => !$self->order->delivered,
|
||
|
confirm => t8('Do you really want undo transfers the stock and set this order to undelivered?'),
|
||
|
],
|
||
|
],
|
||
Auch abrufbar als: Unified diff
js action angepasst für undo_transfer