shish пре 1 година
родитељ
комит
0ec3a6fa2a
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      app-ghs/controllers/PurchaseOrderController.php

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

@@ -1091,6 +1091,7 @@ class PurchaseOrderController extends BaseController
 
                 $ghsInfo = GhsClass::getGhsInfo($ghsId);
                 GhsClass::valid($ghsInfo, $this->shopId);
+                $post['ghsId'] = $ghsId;
                 $post['ghsInfo'] = json_encode($ghsInfo);
                 $post['ghsName'] = $ghsInfo['name'] ?? '';
                 $post['ghsAvatar'] = $ghsInfo['shortAvatar'] ?? '';