mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-11-15 04:27:14 +01:00
Bugfix intial produktion status
This commit is contained in:
parent
cadbf08376
commit
348d946637
@ -284,7 +284,7 @@ class Produktion {
|
||||
$input['datum'] = $this->app->erp->ReplaceDatum(true,$input['datum'],true);
|
||||
}
|
||||
|
||||
if (empty($input['status']) || $input['status'] == '') {
|
||||
if ($id == 'NULL') {
|
||||
$input['status'] = 'angelegt';
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user