dever il y a 3 ans
Parent
commit
a02a82c2f0
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      app/mshop/lib/Buy.php

+ 1 - 1
app/mshop/lib/Buy.php

@@ -843,7 +843,7 @@ class Buy
             */
 
             $store_type = Dever::input('store_type');
-            if ($info['status'] == 3 && $info['type'] == 1 && $store_type == 1) {
+            if ($info['status'] == 3 && $store_type == 1) {
                 $button[] = array
                 (
                     'type' => 'edit',