Ignore:
Timestamp:
2013/03/10 09:35:36 (11 years ago)
Author:
AMUAMU
Message:

コメント追加

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/camp/camp-2_13-tax/data/class/helper/SC_Helper_TaxRule.php

    r22691 r22694  
    131131        // 地域設定を優先するが、システムパラメーターなどに設定を持っていくか 
    132132        // 後に書いてあるほど優先される、詳細後述MEMO参照 
    133         $arrPriorityKeys = array('product_id', 'product_class_id', 'pref_id', 'country_id'); 
     133        $arrPriorityKeys = array('product_id', 'product_class_id', 'pref_id', 'country_id');    // TODO: パラメーター設定に持っていく 
    134134        $cache_key = "$product_id,$product_class_id,$pref_id,$country_id"; 
    135135 
     
    183183        } 
    184184 
    185         GC_Utils_Ex::gfDebugLog('key=' . $cache_key . ' result_tax=' . print_r($data_c[$cache_key],true)); 
     185        GC_Utils_Ex::gfDebugLog('tax_key=' . $cache_key . ' result_tax=' . print_r($data_c[$cache_key],true)); 
    186186        return $data_c[$cache_key]; 
    187187    } 
Note: See TracChangeset for help on using the changeset viewer.