Added PreorderPrice exception for Kienach 9 on RML request
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user