|
@@ -728,6 +728,10 @@ class PurchaseClass extends BaseClass
|
|
|
}
|
|
}
|
|
|
$actPrice = $modifyPrice;
|
|
$actPrice = $modifyPrice;
|
|
|
$realPrice = $modifyPrice;
|
|
$realPrice = $modifyPrice;
|
|
|
|
|
+ if ($book == 1) {
|
|
|
|
|
+ $actPrice = 0;
|
|
|
|
|
+ $realPrice = 0;
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
$data['reachDiscountPrice'] = $totalReachDiscount;
|
|
$data['reachDiscountPrice'] = $totalReachDiscount;
|