shish hace 3 años
padre
commit
63fd75fce5
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      biz-ghs/product/classes/ProductClass.php

+ 0 - 2
biz-ghs/product/classes/ProductClass.php

@@ -541,8 +541,6 @@ class ProductClass extends BaseClass
             }
 
             if (isset($v['discountPrice']) && $v['discountPrice'] > 0) {
-                $skPrice = $v['discountPrice'];
-                $list[$k]['skPrice'] = floatval($skPrice);
                 if ($level == 1) {
                     $price = floatval($v['discountPrice']);
                 }