GX-Bug #50388 » CustomersStatusDiscountVATFix.patch
| src/includes/classes/order.php (revision ) | ||
|---|---|---|
| 493 | 493 |
|
| 494 | 494 |
if($_SESSION['customers_status']['customers_status_ot_discount_flag'] == 1) |
| 495 | 495 |
{
|
| 496 |
$shown_price_tax = $shown_price - round($shown_price / 100 * $_SESSION['customers_status']['customers_status_ot_discount'], 2);
|
|
| 496 |
$shown_price_tax = $shown_price - $shown_price / 100 * $_SESSION['customers_status']['customers_status_ot_discount'];
|
|
| 497 | 497 |
} |
| 498 | 498 |
|
| 499 | 499 |
$products_tax = $this->products[$index]['tax']; |