Summary: | Cannot add new guarantee | ||
---|---|---|---|
Product: | Koha | Reporter: | Jonathan Druart <jonathan.druart> |
Component: | Architecture, internals, and plumbing | Assignee: | Nick Clemens (kidclamp) <nick> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | critical | ||
Priority: | P5 - low | CC: | tomascohen |
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: |
22.11.00
|
|
Circulation function: | |||
Bug Depends on: | 31422 | ||
Bug Blocks: | |||
Attachments: |
Bug 32119: (bug 31422 follow-up) Fix add guarantee
Bug 32119: (bug 31422 follow-up) Fix add guarantee Bug 32119: (bug 31422 follow-up) Fix add guarantee Bug 32119: (bug 31422 follow-up) Fix add guarantee Bug 32119: (bug 31422 follow-up) Fix add guarantee |
Description
Jonathan Druart
2022-11-07 12:10:29 UTC
Created attachment 143351 [details] [review] Bug 32119: (bug 31422 follow-up) Fix add guarantee Can't call method "id" on an undefined value at /kohadevbox/koha/members/memberentry.pl line 662 eval {...} at /kohadevbox/koha/members/memberentry.pl line 932 To recreate: go to a patron detail view, click "add guarantee" Created attachment 143352 [details] [review] Bug 32119: (bug 31422 follow-up) Fix add guarantee Can't call method "id" on an undefined value at /kohadevbox/koha/members/memberentry.pl line 662 eval {...} at /kohadevbox/koha/members/memberentry.pl line 932 To recreate: go to a patron detail view, click "add guarantee" Signed-off-by: Owen Leonard <oleonard@myacpl.org> Created attachment 143364 [details] [review] Bug 32119: (bug 31422 follow-up) Fix add guarantee To test: 1 - go to a patron detail view, click "add guarantee" 2 - Confirm form loads 3 - Confirm categories lsited are eligible to have a guarantor 4 - Fill out required fields and confirm patron saved correctly Created attachment 143366 [details] [review] Bug 32119: (bug 31422 follow-up) Fix add guarantee To test: 1 - go to a patron detail view, click "add guarantee" 2 - Confirm form loads 3 - Confirm categories lsited are eligible to have a guarantor 4 - Fill out required fields and confirm patron saved correctly Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Created attachment 143371 [details] [review] Bug 32119: (bug 31422 follow-up) Fix add guarantee To test: 1 - go to a patron detail view, click "add guarantee" 2 - Confirm form loads 3 - Confirm categories lsited are eligible to have a guarantor 4 - Fill out required fields and confirm patron saved correctly Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Pushed to master for 22.11. Nice work everyone, thanks! |