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/helper/SC_Helper_Purchase.php

    r22206 r22215  
    857857            $arrDetail[$i]['price'] = $item['price']; 
    858858            $arrDetail[$i]['quantity'] = $item['quantity']; 
    859             $arrDetail[$i]['tax_rate'] = $orderParams['order_tax_rate']; 
    860             $arrDetail[$i]['tax_rule'] = $orderParams['order_tax_rule']; 
    861859 
    862860            // 在庫の減少処理 
     
    995993            T2.quantity, 
    996994            T2.point_rate, 
    997             T2.tax_rate, 
    998             T2.tax_rule, 
    999995__EOS__; 
    1000996        if ($has_order_status) { 
Note: See TracChangeset for help on using the changeset viewer.