Bug 11893 - Get rid of warning from IsSuperLibrarian
Summary: Get rid of warning from IsSuperLibrarian
Status: RESOLVED DUPLICATE of bug 11587
Alias: None
Product: Koha
Classification: Unclassified
Component: Architecture, internals, and plumbing (show other bugs)
Version: Main
Hardware: All All
: P5 - low trivial (vote)
Assignee: Marcel de Rooy
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-05 13:39 UTC by Marcel de Rooy
Modified: 2014-03-06 07:22 UTC (History)
2 users (show)

See Also:
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 (857 bytes, patch)
2014-03-05 13:44 UTC, Marcel de Rooy
Details | Diff | Splinter Review
[Signed-off] Bug 11893: Get rid of warning from IsSuperLibrarian (997 bytes, patch)
2014-03-06 06:27 UTC, Marc Véron
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
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 ***