Changeset 22621


Ignore:
Timestamp:
2013/03/09 15:28:29 (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

    r22620 r22621  
    4242        $arrTaxRule = SC_Helper_TaxRule_Ex:;getTaxRule($product_id, $product_class_id, $pref_id, $country_id); 
    4343 
    44         return SC_Utils_Ex::sfTax($price, $arrTaxRule['tax_rate'], $arrTaxRule['tax_rule'], $arrTaxRule['tax_adjust']); 
     44        return SC_Helper_TaxRule_Ex::sfTax($price, $arrTaxRule['tax_rate'], $arrTaxRule['tax_rule'], $arrTaxRule['tax_adjust']); 
    4545    } 
    4646 
Note: See TracChangeset for help on using the changeset viewer.