Explorar el Código

마진율 양의실수만 입력되도록 수정 (real -> preal)

gagamel hace 4 años
padre
commit
73f617d250
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/main/webapp/WEB-INF/views/business/AflinkForm.html

+ 1 - 1
src/main/webapp/WEB-INF/views/business/AflinkForm.html

@@ -112,7 +112,7 @@
 							<tr>
 								<th>마진율<i class="star"></i></th>
 								<td>
-									<input type="text" class="w100 text-right" name="feeRate" placeholder="" maxlength="3" required="required" data-valid-type="real" data-valid-name="마진율" />%
+									<input type="text" class="w100 text-right" name="feeRate" placeholder="" maxlength="3" required="required" data-valid-type="preal" data-valid-name="마진율" />%
 								</td>
 							</tr>
 							<tr>