Changeset 22857 for branches/version-2_13-dev/data/class/helper
- Timestamp:
- 2013/06/08 18:59:30 (13 years ago)
- Location:
- branches/version-2_13-dev/data/class/helper
- Files:
-
- 5 edited
-
SC_Helper_CSV.php (modified) (1 diff)
-
SC_Helper_DB.php (modified) (2 diffs)
-
SC_Helper_Purchase.php (modified) (4 diffs)
-
SC_Helper_Session.php (modified) (1 diff)
-
SC_Helper_TaxRule.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_13-dev/data/class/helper/SC_Helper_CSV.php
r22856 r22857 21 21 var $arrSubnaviName; 22 22 23 24 23 /** 25 24 * デフォルトコンストラクタ. -
branches/version-2_13-dev/data/class/helper/SC_Helper_DB.php
r22856 r22857 43 43 var $g_category_id; 44 44 45 46 45 /** 47 46 * カラムの存在チェックと作成を行う. … … 1229 1228 1230 1229 return $objQuery->update($tableName, $sqlval, $where, $arrWhereVal, $arrRawSql); 1231 1232 1230 } 1233 1231 -
branches/version-2_13-dev/data/class/helper/SC_Helper_Purchase.php
r22856 r22857 805 805 array(SC_SiteSession_Ex::getUniqId())); 806 806 807 808 809 807 return $orderParams['order_id']; 810 808 } … … 860 858 $arrValues); 861 859 $this->sfUpdateOrderNameCol($order_id); 862 863 860 } 864 861 … … 937 934 if ($has_order_status) { 938 935 $col .= 'T1.status AS status, T1.payment_date AS payment_date,'; 939 940 936 } 941 937 $col .= <<< __EOS__ … … 1216 1212 array($order_id), 1217 1213 array('shipping_time' => "($sql_sub)")); 1218 1219 1214 } 1220 1215 -
branches/version-2_13-dev/data/class/helper/SC_Helper_Session.php
r22856 r22857 16 16 { 17 17 var $objDb; 18 19 18 20 19 /** -
branches/version-2_13-dev/data/class/helper/SC_Helper_TaxRule.php
r22856 r22857 225 225 // 税情報を設定 226 226 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); 227 228 227 } 229 228 } … … 287 286 288 287 return $arrRet; 289 290 288 } 291 289
Note: See TracChangeset
for help on using the changeset viewer.
