fixed numbers in Order in Voicecallhistory::addContractIds

This commit is contained in:
Frank Schubert
2024-08-20 21:55:01 +02:00
parent f72c1dc4db
commit f24a9d47e5
2 changed files with 11 additions and 8 deletions
@@ -129,7 +129,7 @@ class OrderProductModel
$where = self::getSqlFilter($filter);
$sql = "SELECT * FROM OrderProduct WHERE $where ORDER BY order_id, pos, product_id, description";
//mfLoghandler::singleton()->debug($sql);
mfLoghandler::singleton()->debug($sql);
$res = $db->query($sql);
if ($db->num_rows($res)) {