Bugfix Produktion new item

This commit is contained in:
OpenXE 2022-11-11 17:07:42 +00:00
parent e1b8b7864f
commit c219c32212

View File

@ -929,7 +929,7 @@ class Produktion {
* 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";
$icons = $this->app->DB->SelectArr($sql);