Index: branches/dev/html/mobile/nonmember/deliv_addr.php
===================================================================
--- branches/dev/html/mobile/nonmember/deliv_addr.php	(revision 12760)
+++ branches/dev/html/mobile/nonmember/deliv_addr.php	(revision 12761)
@@ -113,7 +113,6 @@
 		$objPage->arrErr = lfErrorCheck($objPage->arrForm);
 		if (count($objPage->arrErr) == 0) {
-			print("115");
             // ÅÐÏ¿
-			$other_deliv_id = lfRegistData($_POST,$arrRegistColumn);
+			$other_deliv_id = lfRegistData($_POST,$arrRegistColumn,$uniqid);
 
 			// ÅÐÏ¿ºÑ¤ß¤ÎÊÌ¤Î¤ªÆÏ¤±Àè¤ò¼õÃí°ì»þ¥Æ¡¼¥Ö¥ë¤Ë½ñ¤­¹þ¤à
@@ -196,8 +195,13 @@
 
 /* ÅÐÏ¿¼Â¹Ô Èó²ñ°÷¹ØÆþ¤Ç¤¢¤ë¤¿¤á¤Ë¹±µ×Åª¤ÊÅÐÏ¿¤Ï¤·¤Ê¤¤*/
-function lfRegistData($array, $arrRegistColumn) {
+function lfRegistData($array, $arrRegistColumn,$uniqid) {
 	global $objConn;
 	global $objCustomer;
 	
+    $objQuery = new SC_Query();
+    
+    $sqlse = "SELECT customer_id FROM dtb_other_deliv WHERE order_temp_id = ?";
+    $arrRegist['customer_id'] = $objConn->getOne($sqlse, array('customer_id'));
+    
 	foreach ($arrRegistColumn as $data) {
 		if (strlen($array[ $data["column"] ]) > 0) {
@@ -207,5 +211,5 @@
 	
 	$arrRegist['customer_id'] = $objCustomer->getvalue('customer_id');
-    print("'customer_id'".$arrRegist['customer_id']);
+    
 	//-- ÊÔ½¸ÅÐÏ¿¼Â¹Ô
 	$objConn->query("BEGIN");
