Index: /branches/dev/html/mobile/nonmember/deliv_addr.php
===================================================================
--- /branches/dev/html/mobile/nonmember/deliv_addr.php	(revision 14859)
+++ /branches/dev/html/mobile/nonmember/deliv_addr.php	(revision 14860)
@@ -104,5 +104,17 @@
 		$objPage->arrErr = lfErrorCheck2($objPage->arrForm);
 		if (count($objPage->arrErr) == 0 && empty($_POST["return"])) {
-			$objPage->tpl_mainpage = 'nonmember/set2.tpl';
+             // ÅÐÏ¿
+            $other_deliv_id = lfRegistData($_POST,$arrRegistColumn,$uniqid);
+
+            // ÅÐÏ¿ºÑ¤ß¤ÎÊÌ¤Î¤ªÆÏ¤±Àè¤ò¼õÃí°ì»þ¥Æ¡¼¥Ö¥ë¤Ë½ñ¤­¹þ¤à
+            lfRegistOtherDelivData($uniqid, $objCustomer, $other_deliv_id);
+
+            // Àµ¾ï¤ËÅÐÏ¿¤µ¤ì¤¿¤³¤È¤òµ­Ï¿¤·¤Æ¤ª¤¯
+            $objSiteSess->setRegistFlag();
+            // ¤ª»ÙÊ§¤¤ÊýË¡ÁªÂò¥Ú¡¼¥¸¤Ø°ÜÆ°
+            header("Location: " . gfAddSessionId('./payment.php'));
+            exit;
+
+//			$objPage->tpl_mainpage = 'nonmember/set2.tpl';
 		} else {
 			$objPage->tpl_mainpage = 'nonmember/set1.tpl';
