Preorderlogistics QR Code WIP
This commit is contained in:
@@ -465,10 +465,10 @@ class PreorderModel {
|
||||
}
|
||||
}
|
||||
|
||||
if(array_key_exists("cifcode", $filter)) {
|
||||
$cifcode = FronkDB::singleton()->escape($filter['cifcode']);
|
||||
if($cifcode) {
|
||||
$where .= " AND cifcode LIKE '$cifcode'";
|
||||
if(array_key_exists("ciftoken", $filter)) {
|
||||
$ciftoken = FronkDB::singleton()->escape($filter['ciftoken']);
|
||||
if($ciftoken) {
|
||||
$where .= " AND ciftoken LIKE '$ciftoken'";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user