Ignore:
Timestamp:
2014/06/03 15:58:18 (12 years ago)
Author:
shutta
Message:

#2448 typo修正・ソース整形・ソースコメントの改善 for 2.13.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/class/SC_Product.php

    r23503 r23513  
    403403 
    404404        // 税込計算 
    405         if(!SC_Utils_Ex::isBlank($arrProduct['price01'])) { 
     405        if (!SC_Utils_Ex::isBlank($arrProduct['price01'])) { 
    406406            $arrProduct['price01_inctax'] = SC_Helper_TaxRule_Ex::sfCalcIncTax($arrProduct['price01'], $arrProduct['product_id'], $productClassId);         
    407407        } 
    408         if(!SC_Utils_Ex::isBlank($arrProduct['price02'])) { 
     408        if (!SC_Utils_Ex::isBlank($arrProduct['price02'])) { 
    409409            $arrProduct['price02_inctax'] = SC_Helper_TaxRule_Ex::sfCalcIncTax($arrProduct['price02'], $arrProduct['product_id'], $productClassId);         
    410410        } 
Note: See TracChangeset for help on using the changeset viewer.