Summary: | hold warning needs rewording | ||
---|---|---|---|
Product: | Koha | Reporter: | Nicole C. Engard <nengard> |
Component: | Templates | Assignee: | Owen Leonard <oleonard> |
Status: | CLOSED FIXED | QA Contact: | Bugs List <koha-bugs> |
Severity: | minor | ||
Priority: | PATCH-Sent (DO NOT USE) | CC: | chris |
Version: | Main | ||
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: |
Confirmation when item is checked out to another patron
Confirmation when item is on hold for another patron Confirmation when item is already checked out to the patron Confirmation when item is waiting for another patron Confirmation when patron has too many checked out Proposed fix |
Description
Nicole C. Engard
2010-07-06 20:28:04 UTC
Created attachment 2325 [details]
Confirmation when item is checked out to another patron
Now with additional information.
Created attachment 2326 [details]
Confirmation when item is on hold for another patron
Now with additional information.
Created attachment 2327 [details]
Confirmation when item is already checked out to the patron
Now with additional information
Created attachment 2328 [details]
Confirmation when item is waiting for another patron
Now with additional information
Created attachment 2329 [details]
Confirmation when patron has too many checked out
Improved phrasing
Created attachment 2330 [details] [review] Proposed fix This patch improves the phrasing of several messages by breaking the message variable into distinct parts for more natural-sounding warnings when: - Checking out an item on hold for another patron - Checking out an item which is waiting for another patron - Checking out an item which is checked out to another patron - Checking out an item which is checked out to this patron - Checking out to a patron who has too many checked out I would appreciate special attention to my changes to the TooMany function in Circulation.pm to make sure I handled it correctly. Patch pushed, please test |