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);
|
$input['datum'] = $this->app->erp->ReplaceDatum(true,$input['datum'],true);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (empty($input['status']) || $input['status'] == '') {
|
if ($id == 'NULL') {
|
||||||
$input['status'] = 'angelegt';
|
$input['status'] = 'angelegt';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue