[Koha-bugs] [Bug 21221] Implement blocking errors for members/memberentry.pl

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Aug 14 21:28:52 CEST 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21221

--- Comment #1 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Created attachment 77800
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=77800&action=edit
Bug 21221: Shortcut memberentry scripts if patron does not exist

If borrowernumber is passed and that it does not refer to a valid patron
in DB, we should not continue the script and display an error instead.

Test plan:
Create a patron
Edit a patron
=> Both should work ok
You can also test the other action memberentry.pl manage.

Edit it again but modify the borrowernumber parameter
=> You should see a friendly user message saying that the patron does
not exist.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list