mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-11-14 20:17:14 +01:00
Bugfix Produktion new item
This commit is contained in:
parent
e1b8b7864f
commit
c219c32212
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user