Projekt

Allgemein

Profil

GX-Bug #45910 » MultiTaxDiscountFix.patch

/includes/modules/order_total/ot_coupon.php - Till Tepelmann, 24.03.2016 18:09

Unterschiede anzeigen:

src/includes/modules/order_total/ot_coupon.php (revision )
784 784
							if(!empty($tax_rate))
785 785
							{
786 786
								$order->info['tax_groups'][$key] *= (100 - $get_result['coupon_amount']) / 100;
787
								$order->info['tax'] *= (100 - $get_result['coupon_amount']) / 100;
788 787
							}
789 788
						}
789
						$order->info['tax'] *= (100 - $get_result['coupon_amount']) / 100;
790 790
					}
791 791
				}
792 792
			}
    (1-1/1)