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
24-08-06 일 기준으로 총무가 회계내역을 직접 추가할 때, 08-01~08-05일 까지만 정상적으로 추가가 되고 07-31 이전 날짜로 회계내역 신청시 08월06일 이전의 날짜를 선택해주라는 경고메세지 발생
src\Components\Page\IBAS\BankSupport\BankSupportCreate.tsx 의 checkIsCompletedContents는 오류 없이 잘 작동하고 있어서 이 메서드를 참고해서
src\Components\Common\Modal\ModalUpdateBankHistory.tsx 의 checkIsCompletedContents를 업데이트 하면 될 것 같습니다.
The text was updated successfully, but these errors were encountered:
[bugfix/#571] 전월 회계내역 추가 안되는 문제 수정
662cefc
c6c960b
skytin1004
ldh8994
No branches or pull requests
24-08-06 일 기준으로 총무가 회계내역을 직접 추가할 때, 08-01~08-05일 까지만 정상적으로 추가가 되고 07-31 이전 날짜로 회계내역 신청시 08월06일 이전의 날짜를 선택해주라는 경고메세지 발생
해결방안
src\Components\Page\IBAS\BankSupport\BankSupportCreate.tsx 의 checkIsCompletedContents는 오류 없이 잘 작동하고 있어서 이 메서드를 참고해서
src\Components\Common\Modal\ModalUpdateBankHistory.tsx 의 checkIsCompletedContents를 업데이트 하면 될 것 같습니다.
The text was updated successfully, but these errors were encountered: