We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
관리자->포인트->회원 포인트 목록에서
회원의 포인트를 0 으로 만들 수가 없네요
modules/point/ruleset/updatePoint.xml 에서
<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]*$/" />
로 변경하면 될듯합니다.
The text was updated successfully, but these errors were encountered:
Merge pull request #676 from qw5414/point
7fa531f
회원포인트를 0 으로 변경할 수가 없네요 ( #667 )
감사합니다. :)
Sorry, something went wrong.
akasima
No branches or pull requests
관리자->포인트->회원 포인트 목록에서
회원의 포인트를 0 으로 만들 수가 없네요
modules/point/ruleset/updatePoint.xml 에서
<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]*$/" />
로 변경하면 될듯합니다.
The text was updated successfully, but these errors were encountered: