Added PreorderPrice exception for Kienach 9 on RML request

This commit is contained in:
Frank Schubert
2025-03-27 10:37:06 +01:00
parent dbbce904a5
commit b8db830214
2 changed files with 13 additions and 2 deletions

View File

@@ -161,7 +161,7 @@ class PreorderBilling extends mfBaseModel {
WHERE $where
ORDER BY preorder_id LIMIT 1";
//var_dump($sql);exit;
//mfLoghandler::singleton()->debug($sql);
mfLoghandler::singleton()->debug($sql);
$res = $db->query($sql);
if($db->num_rows($res)) {
$data = $db->fetch_object($res);