GX-Bug #57716 » CSVOldPriceFix.patch
src/system/classes/csv/CSVFunctionLibrary.inc.php (date 1527601222000) | ||
---|---|---|
805 | 805 |
|
806 | 806 |
protected function _get_old_price( $p_data_array ) |
807 | 807 |
{ |
808 |
$t_return = $p_data_array['products_price']; |
|
809 |
if( $this->coo_xtc_price->xtcCheckSpecial($p_data_array[ 'products_id' ]) ) |
|
810 |
{ |
|
811 |
$t_return = $this->_calculate_price($p_data_array, false); |
|
812 |
} |
|
813 |
return $t_return; |
|
808 |
return $this->_calculate_price($p_data_array, false); |
|
814 | 809 |
} |
815 | 810 |
|
816 | 811 |
protected function p_baseprice_point( $p_data_array ) |