|
|
@@ -515,6 +515,8 @@ class PurchaseClass extends BaseClass
|
|
|
$productList[$key]['smallPrice'] = $price;
|
|
|
$productList[$key]['mainId'] = $mainId;
|
|
|
$productList[$key]['ghsId'] = $ghsId;
|
|
|
+ $productList[$key]['name'] = $itemName;
|
|
|
+ $productList[$key]['cover'] = $cover;
|
|
|
|
|
|
$currentBigUnit = $hdProductData[$hdProductId]['bigUnit'] ?? '';
|
|
|
$currentSmallUnit = $hdProductData[$hdProductId]['smallUnit'] ?? '';
|