shish hai 1 ano
pai
achega
2faf144def
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      app-ghs/controllers/PurchaseOrderController.php

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

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