Changeset 22486 for branches/version-2_12-dev/data/class/api
- Timestamp:
- 2013/01/30 21:12:01 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/data/class/api/operations/ItemSearch.php
r22206 r22486 68 68 if (!SC_Utils_Ex::isBlank($arrProducts)) { 69 69 $arrProducts = $this->setStatusDataTo($arrProducts, $arrSTATUS, $arrSTATUS_IMAGE); 70 $arrProducts = $objProduct->setPriceTaxTo($arrProducts);70 SC_Product_Ex::setPriceTaxTo($arrProducts); 71 71 foreach ($arrProducts as $key=>$val) { 72 72 $arrProducts[$key]['main_list_image'] = SC_Utils_Ex::sfNoImageMainList($val['main_list_image']);
Note: See TracChangeset
for help on using the changeset viewer.
