Hallo zusammen,
bis der offizielle Patch kommt, kann folgender Workaround helfen…
*** /idoit/src/classes/cmdb/dao/isys_cmdb_dao_nexgen.class.php.fcs 2013-07-16 10:57:38.000000000 +0200
–- /idoit/src/classes/cmdb/dao/isys_cmdb_dao_nexgen.class.php 2013-08-12 12:48:39.835823001 +0200
*** 466,471 ****
--- 466,472 ----
$l_query .= ' LIMIT ' . implode(', ', $l_limit);
} // if
- $l_query = str_replace('AND isys_obj__id IN ()', '', $l_query); # quick-and-dirty-HACK
return $this->retrieve($l_query);
} // function
So hat man wenigstens wieder Zugriff auf die Druckfunktion.
Viele Grüsse,
Günther