mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-26 05:42:13 +09:00
Merge pull request #676 from qw5414/point
회원포인트를 0 으로 변경할 수가 없네요 ( #667 )
This commit is contained in:
commit
7fa531f863
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<ruleset version="1.5.0">
|
||||
<customrules>
|
||||
<rule name="number_with_plus_minus" type="regex" test="/^(\+|-)?[1-9][0-9]*$/" />
|
||||
<rule name="number_with_plus_minus" type="regex" test="/^(\+|-)?[0-9][0-9]*$/" />
|
||||
</customrules>
|
||||
<fields>
|
||||
<field name="member_srl" required="true" rule="number" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue