Bug 11893

Summary: Get rid of warning from IsSuperLibrarian
Product: Koha Reporter: Marcel de Rooy <m.de.rooy>
Component: Architecture, internals, and plumbingAssignee: Marcel de Rooy <m.de.rooy>
Status: RESOLVED DUPLICATE QA Contact: Testopia <testopia>
Severity: trivial    
Priority: P5 - low CC: mtompset, veron
Version: Main   
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:
Attachments: Bug 11893: Get rid of warning from IsSuperLibrarian
[Signed-off] Bug 11893: Get rid of warning from IsSuperLibrarian

Description Marcel de Rooy 2014-03-05 13:39:53 UTC
Add a new patron. Do not set permissions yet.
You will see lots of warnings like:

Use of uninitialized value in modulus (%) at /usr/share/koha/testclone/C4/Context.pm line 1254.
Comment 1 Marcel de Rooy 2014-03-05 13:44:57 UTC Comment hidden (obsolete)
Comment 2 Marc Véron 2014-03-06 06:27:10 UTC
Created attachment 25881 [details] [review]
[Signed-off] Bug 11893: Get rid of warning from IsSuperLibrarian

Test plan:
[1] Do not yet apply this patch
[2] Add a patron. Do not set permissions.
[3] Login with this patron in OPAC.
[4] Check the log for warning on Context.pm line 1254.
[5] Apply patch.
[6] Login again. No warning anymore?

Followed test plan. Patch is OK.
Signed-off-by: Marc Véron <veron@veron.ch>
Comment 3 Mark Tompsett 2014-03-06 07:22:57 UTC

*** This bug has been marked as a duplicate of bug 11587 ***