Ignore:
Timestamp:
2013/01/08 21:31:00 (11 years ago)
Author:
h_yoshimoto
Message:

#1730 税率変更対応の差し戻し

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/SC_CartSession.php

    r22206 r22215  
    626626        $results['deliv_fee'] = 0; 
    627627 
    628         $arrInfo = SC_Helper_DB_Ex::sfGetBasisData(); 
    629         $results['order_tax_rate'] = $arrInfo['tax']; 
    630         $results['order_tax_rule'] = $arrInfo['tax_rule']; 
    631  
    632628        // 商品ごとの送料を加算 
    633629        if (OPTION_PRODUCT_DELIV_FEE == 1) { 
Note: See TracChangeset for help on using the changeset viewer.