shish пре 3 година
родитељ
комит
b69e51961d
1 измењених фајлова са 0 додато и 3 уклоњено
  1. 0 3
      biz-ghs/order/classes/PurchaseOrderClass.php

+ 0 - 3
biz-ghs/order/classes/PurchaseOrderClass.php

@@ -410,7 +410,6 @@ class PurchaseOrderClass extends BaseClass
             $avgKgWeight = bcdiv($totalFreight, $totalWeight, 3);
             $avgKgWeight = bcdiv($totalFreight, $totalWeight, 3);
             $avgKgWeight = round($avgKgWeight, 2);
             $avgKgWeight = round($avgKgWeight, 2);
             $data['avgKgWeight'] = $avgKgWeight;
             $data['avgKgWeight'] = $avgKgWeight;
-            noticeUtil::push("{$avgKgWeight} {$totalFreight} {$totalWeight}", '15280215347');
 
 
             $data['cgStyle'] = dict::getDict('cgStyle', 'ghs');
             $data['cgStyle'] = dict::getDict('cgStyle', 'ghs');
             $order = self::add($data, true);
             $order = self::add($data, true);
@@ -454,8 +453,6 @@ class PurchaseOrderClass extends BaseClass
                 $unitCgPrice = $v['bigPrice'] ?? 0;
                 $unitCgPrice = $v['bigPrice'] ?? 0;
                 $productWeight = $productList[$productId]['weight'] ?? 0;
                 $productWeight = $productList[$productId]['weight'] ?? 0;
                 $unitFreight = bcmul($avgKgWeight, $productWeight, 3);
                 $unitFreight = bcmul($avgKgWeight, $productWeight, 3);
-                noticeUtil::push("{$unitFreight} {$avgKgWeight} {$productWeight}", '15280215347');
-
                 $unitCost = bcadd($unitCgPrice, $unitFreight, 3);
                 $unitCost = bcadd($unitCgPrice, $unitFreight, 3);
                 $unitCost = round($unitCost, 2);
                 $unitCost = round($unitCost, 2);