Bug 12776

Summary: Capitalization: confirmation messages in circulation
Product: Koha Reporter: Katrin Fischer <katrin.fischer>
Component: TemplatesAssignee: Katrin Fischer <katrin.fischer>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: trivial    
Priority: P5 - low CC: tomascohen
Version: Main   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: String patch Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:
Bug Depends on: 12448    
Bug Blocks:    
Attachments: Bug 12776: Capitalization: Confirmation messages in circulation
[SIGNED-OFF] Bug 12776: Capitalization: Confirmation messages in circulation
Bug 12776: Capitalization: Confirmation messages in circulation

Description Katrin Fischer 2014-08-15 19:11:45 UTC
Some of the confirmation messages when checking out or renewing items are not following the capitalization rules.
Comment 1 Katrin Fischer 2014-08-15 19:31:12 UTC Comment hidden (obsolete)
Comment 2 Owen Leonard 2014-08-20 13:31:47 UTC Comment hidden (obsolete)
Comment 3 Jonathan Druart 2014-08-22 13:44:22 UTC
Created attachment 31097 [details] [review]
Bug 12776: Capitalization: Confirmation messages in circulation

Changes:
- Yes, renew (Y)
- Yes, check out (Y)
- No, don't check out (N)
- No, don't renew (N)

To test:
- Verify changes by reading the code
- Check out an item that requires confirmation
  Example: Patron owes fines or test with bug 12776.
- Verify confirmation messages show up correctly.
- Check item out again to trigger renewal
- Verify confirmation message shows up correctly.

Signed-off-by: Owen Leonard <oleonard@myacpl.org>

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Comment 4 Tomás Cohen Arazi (tcohen) 2014-08-22 14:14:36 UTC
Patch pushed to master.

Thanks Katrina!