Revision a774963e
Von Tamino Steinert vor 2 Monaten hinzugefügt
- ID a774963e010938b7e59524741fd2f00351630fb0
- Vorgänger 7094cde8
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 |
->html('#data-status-line', delivery_order_status_line($self->order)) |
298 | 294 |
->render |
299 | 295 |
} |
... | ... | |
1975 | 1971 |
}], |
1976 | 1972 |
disabled => !$may_edit_create ? t8('You do not have the permissions to access this function.') |
1977 | 1973 |
: $self->order->delivered ? t8('This record has already been delivered.') |
1978 |
: $self->order->closed ? t8('This record has already been closed.') |
|
1979 | 1974 |
: undef, |
1980 | 1975 |
], |
1981 | 1976 |
action => [ |
... | ... | |
1991 | 1986 |
}], |
1992 | 1987 |
disabled => !$may_edit_create ? t8('You do not have the permissions to access this function.') |
1993 | 1988 |
: $self->order->delivered ? t8('This record has already been delivered.') |
1994 |
: $self->order->closed ? t8('This record has already been closed.') |
|
1995 | 1989 |
: undef, |
1996 | 1990 |
], |
1997 | 1991 |
action => [ |
Auch abrufbar als: Unified diff
FIX: S:C:DeliveryOrder: Speichern für geschl. Lieferscheine erlauben