Index: branches/dev/html/admin/order/index.php
===================================================================
--- branches/dev/html/admin/order/index.php	(revision 13718)
+++ branches/dev/html/admin/order/index.php	(revision 13794)
@@ -89,5 +89,5 @@
 			
 			switch ($key) {
-				case 'search_ordername':
+				case 'search_order_name':
 					if(DB_TYPE == "pgsql"){
 						$where .= " AND order_name01||order_name02 ILIKE ?";
@@ -250,11 +250,4 @@
 			$objPage->arrPagenavi = $objNavi->arrPagenavi;
 			
-			if($_POST['mode'] == 'search') {
-	            if($_POST['order_name']) {
-			        if(DB_TYPE == "pgsql"){
-			            $where .= " AND order_name01||order_name02 ILIKE ?";
-			    }elseif(DB_TYPE == "mysql"){
-			            $where .= " AND concat(order_name01,order_name02) ILIKE ?";
-			    }
 			$nonsp_val = ereg_replace("[ ¡¡]+","",$val);
 			$arrval[] = "%$nonsp_val%";	}}
