Skip to content
New issue

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

Unable to edit "receipt2" normally through UI #183

Open
danshuitaihejie opened this issue Sep 3, 2024 · 1 comment
Open

Unable to edit "receipt2" normally through UI #183

danshuitaihejie opened this issue Sep 3, 2024 · 1 comment
Assignees

Comments

@danshuitaihejie
Copy link
Collaborator

WX20240903-182041@2x

BookLibService.Borrow(id) {
  User = Session."GetUser()"
  if(User.isActive) {
    try {
      BookRepository.Update(id, onLoan, User)
      receipt2 = new Receipt1(id, dueDate)
    } catch (BookNotFoundException) {
      ErrorService."onException(BookNotFoundException)"
    } finally {
      Connection."close()"
    }
  }
  return receip3
}
@dontry dontry self-assigned this Sep 12, 2024
@dontry
Copy link
Collaborator

dontry commented Sep 12, 2024

Yeah, the assignee is left out due to the complexity. I will address it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants