|
|
@@ -713,11 +713,6 @@ class ProductClass extends BaseClass
|
|
|
$smallUnitPrice = bcdiv($itemPrice, $tmp['ratio'], 2);
|
|
|
$tmp['smallUnitPrice'] = $smallUnitPrice;
|
|
|
|
|
|
- $discountPrice = bcmul($itemPrice, $discount, 2);
|
|
|
- $discountSmallPrice = bcdiv($discountPrice, $tmp['ratio'], 2);
|
|
|
- $tmp['discountPrice'] = $discountPrice;
|
|
|
- $tmp['discountSmallPrice'] = $discountSmallPrice;
|
|
|
-
|
|
|
$totalBigNum += $v['bigNum'];
|
|
|
$totalSmallNum += $v['smallNum'];
|
|
|
|