Projekt

Allgemein

Profil

GX-Bug #52500 » OrdersEditPriceFix.patch

Till Tepelmann, 13.07.2017 11:31

Unterschiede anzeigen:

src/includes/classes/xtcPrice.php (revision )
180 180
			$t_tax_rate = $this->TAX[$p_tax_class_id];
181 181
		}
182 182

  
183
		if($this->cStatus['customers_status_show_price_tax'] == '0' && !$this->showHiddenPrice)
183
		if($this->cStatus['customers_status_show_price_tax'] == '0')
184 184
		{
185 185
			$t_tax_rate = 0;
186 186
		}
    (1-1/1)