dever 3 년 전
부모
커밋
a02a82c2f0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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',