Ignore:
Timestamp:
2013/08/20 14:39:46 (11 years ago)
Author:
h_yoshimoto
Message:

#2348 r23084 - r23100 をマージ

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13_0/data/class/helper/SC_Helper_TaxRule.php

    r23024 r23105  
    234234            $apply_date = date('Y/m/d H:i:s'); 
    235235            // 税情報を設定 
    236             SC_Helper_TaxRule_Ex::setTaxRule($calc_rule, $tax_rate, $apply_date, $tax_rule_id=NULL, $tax_adjust=0, $product_id, $product_class_id, $pref_id, $country_id); 
     236            SC_Helper_TaxRule_Ex::setTaxRule($calc_rule, $tax_rate, $apply_date, NULL, $tax_adjust, $product_id, $product_class_id, $pref_id, $country_id); 
    237237        } 
    238238    } 
Note: See TracChangeset for help on using the changeset viewer.