Index: branches/dev/html/mobile/shopping/index.php
===================================================================
--- branches/dev/html/mobile/shopping/index.php	(revision 12653)
+++ branches/dev/html/mobile/shopping/index.php	(revision 12655)
@@ -380,4 +380,9 @@
 //                $cnt++;
 //            }
+           
+           	$objQuery = new SC_Query();
+			$where = "order_temp_id = ?";
+			$arrRet = $objQuery->select("*", "dtb_order_temp", $where, array($uniqid));
+			$objFormParam->setParam($arrRet[0]);
             
            $objPage->arrAddr[0]['zip01'] = $objPage->zip01;
