rabin 3 vuotta sitten
vanhempi
commit
c452adccda
1 muutettua tiedostoa jossa 0 lisäystä ja 3 poistoa
  1. 0 3
      app/shop/lib/Manage.php

+ 0 - 3
app/shop/lib/Manage.php

@@ -278,9 +278,6 @@ class Manage
                         $id = $v;
                         $info = Dever::db('shop/sell_order')->one($id);
                     }
-                    if ($info['status'] != 4) {
-                        continue;
-                    }
                     Dever::load('shop/lib/sell')->finish($info, $info['shop_id']);
                 }
             }