Changeset 21926 for branches/version-2_12-dev/data/class/SC_Product.php
- Timestamp:
- 2012/06/19 18:01:38 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/data/class/SC_Product.php
r21867 r21926 548 548 */ 549 549 function setPriceTaxTo($arrProducts) { 550 foreach ( $arrProducts as $key => $val) {550 foreach (array_keys($arrProducts) as $key) { 551 551 $arrProducts[$key]['price01_min_format'] = number_format($arrProducts[$key]['price01_min']); 552 552 $arrProducts[$key]['price01_max_format'] = number_format($arrProducts[$key]['price01_max']); … … 599 599 */ 600 600 function alldtlSQL($where_products_class = '') { 601 $where_clause = '';602 601 if (!SC_Utils_Ex::isBlank($where_products_class)) { 603 602 $where_products_class = 'AND (' . $where_products_class . ')';
Note: See TracChangeset
for help on using the changeset viewer.
