Bugfix Produktion new item
This commit is contained in:
parent
e1b8b7864f
commit
c219c32212
|
|
@ -929,7 +929,7 @@ class Produktion {
|
||||||
* Add displayed items later
|
* Add displayed items later
|
||||||
*/
|
*/
|
||||||
|
|
||||||
$this->StatusBerechnen($id);
|
$this->StatusBerechnen((int)$id);
|
||||||
|
|
||||||
$sql = "SELECT " . $this->app->YUI->IconsSQL_produktion('p') . " AS `icons` FROM produktion p WHERE id=$id";
|
$sql = "SELECT " . $this->app->YUI->IconsSQL_produktion('p') . " AS `icons` FROM produktion p WHERE id=$id";
|
||||||
$icons = $this->app->DB->SelectArr($sql);
|
$icons = $this->app->DB->SelectArr($sql);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue