dever 3 년 전
부모
커밋
3a5f4ba804
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/mshop/lib/Buy.php

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

@@ -862,7 +862,7 @@ class Buy
                     );
                 }
             }
-            if ($info['status'] == 4 && $info['type'] == 2) {
+            if ($info['status'] == 4 && $store_type != 1 && $info['type'] == 2) {
                 $button[] = array
                 (
                     'type' => 'action',