Summary: | patron images fail when barcode for patron has a + | ||
---|---|---|---|
Product: | Koha | Reporter: | Elliott Davis <elliott> |
Component: | Architecture, internals, and plumbing | Assignee: | Elliott Davis <elliott> |
Status: | CLOSED FIXED | QA Contact: | |
Severity: | minor | ||
Priority: | P5 - low | CC: | chris, paul.poulain |
Version: | 3.8 | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
Added a URI filter to encode a cardnumber for borrowers as to not break patronimage.pl
[SIGNED-OFF] Added a URI filter to encode a cardnumber for borrowers as to not break patronimage.pl |
Description
Elliott Davis
2012-07-11 22:23:06 UTC
Created attachment 10778 [details] [review] Added a URI filter to encode a cardnumber for borrowers as to not break patronimage.pl To Test: Add a + (or any char that would need to be encoded) to a card number of a patron with an image attached. Go to member/moremember.pl. If the patrons image is there, you are golden. Created attachment 10909 [details] [review] [SIGNED-OFF] Added a URI filter to encode a cardnumber for borrowers as to not break patronimage.pl To Test: Add a + (or any char that would need to be encoded) to a card number of a patron with an image attached. Go to member/moremember.pl. If the patrons image is there, you are golden. http://bugs.koha-community.org/show_bug.cgi?id=8421 Signed-off-by: Owen Leonard <oleonard@myacpl.org> QA comment: tiny template-only patch, passed QA Pushed to 3.8.x, will be in 3.8.4 |