Index: temp/trunk/html/admin/basis/payment_input.php
===================================================================
--- temp/trunk/html/admin/basis/payment_input.php	(revision 8475)
+++ temp/trunk/html/admin/basis/payment_input.php	(revision 8476)
@@ -75,4 +75,5 @@
 			$arrRet = lfGetData($_GET['payment_id']);
 			$objFormParam->setParam($arrRet);
+			$objPage->charge_flg = $arrRet["charge_flg"];
 			// DB¥Ç¡¼¥¿¤«¤é²èÁü¥Õ¥¡¥¤¥ëÌ¾¤ÎÆÉ¹þ
 			$objUpFile->setDBFileList($arrRet);
@@ -113,6 +114,4 @@
 	$objFormParam->addParam("ÇÛÁ÷¥µ¡¼¥Ó¥¹", "deliv_id", INT_LEN, "n", array("EXIST_CHECK", "NUM_CHECK", "MAX_LENGTH_CHECK"));
 	$objFormParam->addParam("¸ÇÄê", "fix");
-	$objFormParam->addParam("¼ê¿ôÎÁ¥Õ¥é¥°", "charge_flg");
-
 }
 
@@ -152,7 +151,4 @@
 		$objQuery->update("dtb_payment", $sqlval, $where, array($payment_id));
 	}
-	
-	sfprintr($sqlval);
-	exit();
 }
 
Index: temp/trunk/data/downloads/module/mdl_epsilon/mdl_epsilon.php
===================================================================
--- temp/trunk/data/downloads/module/mdl_epsilon/mdl_epsilon.php	(revision 8378)
+++ temp/trunk/data/downloads/module/mdl_epsilon/mdl_epsilon.php	(revision 8476)
@@ -104,5 +104,4 @@
 					,"del_flg" => "0"
 					,"charge_flg" => "2"
-					,"rule_min" => "0"
 					,"upper_rule_max" => CHARGE_MAX
 					
@@ -138,5 +137,4 @@
 					,"del_flg" => "0"
 					,"charge_flg" => "1"
-					,"rule_min" => "0"
 					,"upper_rule_max" => $upper_rule_max
 				);
