Index: temp/trunk/html/admin/basis/payment.php
===================================================================
--- temp/trunk/html/admin/basis/payment.php	(revision 5934)
+++ temp/trunk/html/admin/basis/payment.php	(revision 7298)
@@ -57,5 +57,6 @@
 	// ÇÛÁ÷¶È¼Ô°ìÍ÷¤Î¼èÆÀ
 	$col = "payment_id, payment_method, charge, rule, upper_rule, note, deliv_id";
-	$where = "del_flg = 0 AND fix = ?";
+	$where = "del_flg = 0";
+//	$where .= " AND fix = ?";
 	$table = "dtb_payment";
 	$objQuery->setorder("rank DESC");
@@ -64,5 +65,3 @@
 }
 
-
-
 ?>
