Index: branches/version-2_5-dev/data/class/pages/admin/basis/LC_Page_Admin_Basis_Payment.php
===================================================================
--- branches/version-2_5-dev/data/class/pages/admin/basis/LC_Page_Admin_Basis_Payment.php	(revision 18820)
+++ branches/version-2_5-dev/data/class/pages/admin/basis/LC_Page_Admin_Basis_Payment.php	(revision 18890)
@@ -86,5 +86,5 @@
 
         $this->arrDelivList = $objDb->sfGetIDValueList("dtb_deliv", "deliv_id", "service_name");
-        $this->arrPaymentListFree = $this->lfGetPaymentList(2);
+        $this->arrPaymentListFree = $this->lfGetPaymentList();
 
         $objView->assignobj($this);
@@ -102,10 +102,9 @@
 
     // 配送業者一覧の取得
-    function lfGetPaymentList($fix = 1) {
+    function lfGetPaymentList() {
         $objQuery = new SC_Query();
         // 配送業者一覧の取得
         $col = "payment_id, payment_method, charge, rule, upper_rule, note, deliv_id, fix, charge_flg";
         $where = "del_flg = 0";
-    //	$where .= " AND fix = ?";
         $table = "dtb_payment";
         $objQuery->setOrder("rank DESC");
