Commit 3f3910ad by Kim Gyeongeun

退会フラグバグ修正

parent d7de7ec0
......@@ -15,6 +15,10 @@
}
function send_check(){
if ($("input[name=withDrawFlg]").is(":checked")) {
$("input[name=withDrawFlg]").val("1");
}
document.mainForm.submit();
return false;
}
......@@ -231,7 +235,7 @@
</tr>
<tr>
<td>退会フラグ</td>
<td>&nbsp;&nbsp;退会<input name="withDrawFlg" type="checkbox" / class="mgl10" value="$!memberEditForm.withDrawFlg" #if($memberEditForm.withDrawFlg && $memberEditForm.withDrawFlg == "1") checked #end ></td>
<td>&nbsp;&nbsp;退会<input name="withDrawFlg" type="checkbox" class="mgl10" value="$!memberEditForm.withDrawFlg" #if($memberEditForm.withDrawFlg == "1") checked #end></td>
</tr>
<tr>
<td>ポイント<font class="listpoint">*</font></td>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment