Revision 8aef5c3a
Von Tamino Steinert vor etwa 19 Stunden hinzugefügt
- ID 8aef5c3a6b857baa837f9cde7b13efc4d0bc834a
- Vorgänger 6b56fc23
SL/Controller/DeliveryOrder.pm | ||
---|---|---|
290 | 290 |
|
291 | 291 |
$self->js |
292 | 292 |
->flash("info", t8("The record has been closed.")) |
293 |
->run('kivi.ActionBar.setDisabled', '#save_action', |
|
294 |
t8('This record has already been closed.')) |
|
295 |
->run('kivi.ActionBar.setDisabled', '#save_and_close', |
|
296 |
t8('This record has already been closed.')) |
|
297 | 293 |
->run('kivi.ActionBar.setDisabled', '#close_order', |
298 | 294 |
t8('This record has already been closed.')) |
299 | 295 |
->html('#data-status-line', delivery_order_status_line($self->order)) |
... | ... | |
1977 | 1973 |
}], |
1978 | 1974 |
disabled => !$may_edit_create ? t8('You do not have the permissions to access this function.') |
1979 | 1975 |
: $self->order->delivered ? t8('This record has already been delivered.') |
1980 |
: $self->order->closed ? t8('This record has already been closed.') |
|
1981 | 1976 |
: undef, |
1982 | 1977 |
], |
1983 | 1978 |
action => [ |
... | ... | |
1993 | 1988 |
}], |
1994 | 1989 |
disabled => !$may_edit_create ? t8('You do not have the permissions to access this function.') |
1995 | 1990 |
: $self->order->delivered ? t8('This record has already been delivered.') |
1996 |
: $self->order->closed ? t8('This record has already been closed.') |
|
1997 | 1991 |
: undef, |
1998 | 1992 |
], |
1999 | 1993 |
action => [ |
Auch abrufbar als: Unified diff
FIX: S:C:DeliveryOrder: Speichern für geschl. Lieferscheine erlauben