Bug 12776 - Capitalization: confirmation messages in circulation
Summary: Capitalization: confirmation messages in circulation
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Templates (show other bugs)
Version: Main
Hardware: All All
: P5 - low trivial (vote)
Assignee: Katrin Fischer
QA Contact: Testopia
URL:
Keywords:
Depends on: 12448
Blocks:
  Show dependency treegraph
 
Reported: 2014-08-15 19:11 UTC by Katrin Fischer
Modified: 2015-06-04 23:32 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: String patch
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments
Bug 12776: Capitalization: Confirmation messages in circulation (2.31 KB, patch)
2014-08-15 19:31 UTC, Katrin Fischer
Details | Diff | Splinter Review
[SIGNED-OFF] Bug 12776: Capitalization: Confirmation messages in circulation (2.41 KB, patch)
2014-08-20 13:31 UTC, Owen Leonard
Details | Diff | Splinter Review
Bug 12776: Capitalization: Confirmation messages in circulation (2.43 KB, patch)
2014-08-22 13:44 UTC, Jonathan Druart
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
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 2014-08-22 14:14:36 UTC
Patch pushed to master.

Thanks Katrina!