Index: branches/dev/html/mypage/delivery_addr.php
===================================================================
--- branches/dev/html/mypage/delivery_addr.php	(revision 17)
+++ branches/dev/html/mypage/delivery_addr.php	(revision 313)
@@ -75,5 +75,5 @@
 			//ÊÌ¤Î¤ªÆÏ¤±ÀèÅÐÏ¿¿ô¤Î¼èÆÀ
 			$deliv_count = $objQuery->count("dtb_other_deliv", "customer_id=?", array($objCustomer->getValue('customer_id')));
-			if ($deliv_count < DELIV_ADDR_MAX){
+			if ($deliv_count < DELIV_ADDR_MAX or isset($_POST['other_deliv_id'])){
 				lfRegistData($_POST,$arrRegistColumn);
 			}
