shish hace 1 año
padre
commit
32e0936ce9
Se han modificado 1 ficheros con 0 adiciones y 3 borrados
  1. 0 3
      app-ghs/controllers/PurchaseOrderController.php

+ 0 - 3
app-ghs/controllers/PurchaseOrderController.php

@@ -1090,10 +1090,7 @@ class PurchaseOrderController extends BaseController
                 ProductClass::valid($ghsItemInfo, $this->mainId);
 
                 $ghsInfo = GhsClass::getGhsInfo($ghsId);
-                echo $this->shopId;
-                print_r($ghsInfo);
                 GhsClass::valid($ghsInfo, $this->shopId);
-                die;
                 $post['ghsInfo'] = json_encode($ghsInfo);
                 $post['ghsName'] = $ghsInfo['name'] ?? '';
                 $post['ghsAvatar'] = $ghsInfo['shortAvatar'] ?? '';