Index: /branches/version-1/html/input_zip.php
===================================================================
--- /branches/version-1/html/input_zip.php	(revision 16816)
+++ /branches/version-1/html/input_zip.php	(revision 17688)
@@ -29,4 +29,5 @@
 if(count($arrErr) > 0) {
 	$objPage->tpl_start = "window.close();";
+	sfDispSiteError(CUSTOMER_ERROR);
 }
 
@@ -76,6 +77,5 @@
 	$objErr->doFunc( array("Í¹ÊØÈÖ¹æ1",'zip1',ZIP01_LEN ) ,array( "NUM_CHECK", "NUM_COUNT_CHECK" ) );
 	$objErr->doFunc( array("Í¹ÊØÈÖ¹æ2",'zip2',ZIP02_LEN ) ,array( "NUM_CHECK", "NUM_COUNT_CHECK" ) );
-
-	return $objErr->arrErr;
+    return $objErr->arrErr;
 }
 
