No also showing orders without termination

This commit is contained in:
Frank Schubert
2021-10-12 19:39:12 +02:00
parent 7237f372dc
commit 6d41583735
3 changed files with 16 additions and 15 deletions

View File

@@ -199,7 +199,7 @@ class OrderModel {
GROUP BY `Order`.id
ORDER BY `Order`.order_date ASC";
//mfLoghandler::singleton()->debug($sql);
mfLoghandler::singleton()->debug($sql);
if(is_array($limit) && count($limit)) {
if(is_numeric($limit['start']) && is_numeric($limit['count'])) {