shish vor 1 Jahr
Ursprung
Commit
4b609a5078
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      app-ghs/controllers/PurchaseOrderController.php

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

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