stanley-king 3 vuotta sitten
vanhempi
commit
7d21aafe15
1 muutettua tiedostoa jossa 3 lisäystä ja 1 poistoa
  1. 3 1
      admin/control/refill_order.php

+ 3 - 1
admin/control/refill_order.php

@@ -94,8 +94,10 @@ class refill_orderControl extends SystemControl
             $fToday = true;
         }
 
-        if (in_array($_GET['order_state'], ['0', '10', '20', '30', '40'])) {
+        if (in_array($_GET['order_state'], ['0', '10', '20', '30', '40']))
+        {
             $condition['vr_order.order_state'] = $_GET['order_state'];
+
             if ($_GET['order_state'] == ORDER_STATE_SEND) {
                 if ($_GET['time'] == 1) {
                     $condition['refill_order.order_time'] = ['between', [(time() - 3600), (time() - 1800)]];