Added exist_is_error flag and showing api_request in Preorder

This commit is contained in:
Frank Schubert
2022-11-29 15:14:46 +01:00
parent b9db22d0b7
commit 9a87c00abb
6 changed files with 49 additions and 6 deletions
+1 -1
View File
@@ -94,7 +94,7 @@ class PreorderModel {
}
public static function getFirst() {
public static function getFirst($filter = false) {
$db = FronkDB::singleton();
$where = self::getSqlFilter($filter);