Index: /branches/comu-ver2/data/class/pages/shopping/LC_Page_Shopping_Payment.php
===================================================================
--- /branches/comu-ver2/data/class/pages/shopping/LC_Page_Shopping_Payment.php	(revision 18358)
+++ /branches/comu-ver2/data/class/pages/shopping/LC_Page_Shopping_Payment.php	(revision 18386)
@@ -53,7 +53,7 @@
     function init() {
         parent::init();
-        $this->tpl_mainpage = 'shopping/payment.tpl';
+        $this->tpl_mainpage = "shopping/payment.tpl";
         $this->tpl_column_num = 1;
-        $this->tpl_onload = 'fnCheckInputPoint();';
+        $this->tpl_onload = "fnCheckInputPoint(); fnSetDelivTime('payment','payment_id','deliv_time_id');";
         $this->tpl_title = "お支払方法・お届け時間等の指定";
     }
