Preorderlogistics QR Code WIP

This commit is contained in:
Frank Schubert
2023-11-21 17:56:15 +01:00
parent 9c81ea9531
commit 2b997611e2
9 changed files with 425 additions and 11 deletions
+4 -4
View File
@@ -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'";
}
}