[Svn-src-all:3626] [version-2_12-dev 22538] #2044 getAllProductsTotal関数の第2引数は不要なので削除

pineray admin @ mail.ec-cube.net
2013年 2月 13日 (水) 18:39:30 JST


Subversion committed to /home/svn/open 22538
http://svn.ec-cube.net/open_trac/changeset/22538
┌────────────────────────────┐
│更新者 :  pineray                                      │
│更新日時:  2013-02-13 18:39:30 +0900 (水, 13  2月 2013)│
└────────────────────────────┘

Log:
--------------------------------------------------------
#2044 getAllProductsTotal関数の第2引数は不要なので削除

Changed:                      [U:修正,A:追加,D:削除]
--------------------------------------------------------
U   branches/version-2_12-dev/data/class/pages/shopping/LC_Page_Shopping_Payment.php

変更: branches/version-2_12-dev/data/class/pages/shopping/LC_Page_Shopping_Payment.php
===================================================================
--- branches/version-2_12-dev/data/class/pages/shopping/LC_Page_Shopping_Payment.php	2013-02-13 09:15:46 UTC (rev 22537)
+++ branches/version-2_12-dev/data/class/pages/shopping/LC_Page_Shopping_Payment.php	2013-02-13 09:39:30 UTC (rev 22538)
@@ -402,7 +402,7 @@
     function getSelectedDeliv(&$objPurchase, &$objCartSess, $deliv_id) {
         $arrResults = array();
         $arrResults['arrDelivTime'] = $objPurchase->getDelivTime($deliv_id);
-        $total = $objCartSess->getAllProductsTotal($objCartSess->getKey(), $deliv_id);
+        $total = $objCartSess->getAllProductsTotal($objCartSess->getKey());
         $arrResults['arrPayment'] = $objPurchase->getPaymentsByPrice($total, $deliv_id);
         $arrResults['img_show'] = $this->hasPaymentImage($arrResults['arrPayment']);
         return $arrResults;




Svn-src-all メーリングリストの案内