Bug 23704

Summary: Typo in itemtypes.tt
Product: Koha Reporter: Caroline Cyr La Rose <caroline.cyr-la-rose>
Component: Staff interfaceAssignee: Owen Leonard <oleonard>
Status: CLOSED FIXED QA Contact: Josef Moravec <josef.moravec>
Severity: trivial    
Priority: P5 - low CC: gmcharlt, josef.moravec
Version: MainKeywords: Academy
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: String patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
19.11.00
Attachments: Bug 23704: Typo in itemtypes.tt
Bug 23704: Typo in itemtypes.tt
Bug 23704: Typo in itemtypes.tt

Description Caroline Cyr La Rose 2019-09-30 21:03:40 UTC
In itemtypes.tt, in the Hourly rental fees explanation, it says "... date for loans specifie in hours." instead of "...date for loans specified in hours." (specified with a d).
Comment 1 Owen Leonard 2019-10-15 17:31:08 UTC
Created attachment 94222 [details] [review]
Bug 23704: Typo in itemtypes.tt

This patch corrects a typo:

"for loans specifie in hours."

corrected to "for loans specified in hours."

To test, apply the patch and edit an existing item type. The description
of the "Hourly rental charge" field should be correct.
Comment 2 Michal Denar 2019-10-16 08:01:37 UTC
Created attachment 94257 [details] [review]
Bug 23704: Typo in itemtypes.tt

This patch corrects a typo:

"for loans specifie in hours."

corrected to "for loans specified in hours."

To test, apply the patch and edit an existing item type. The description
of the "Hourly rental charge" field should be correct.

Signed-off-by: Michal Denar <black23@gmail.com>
Comment 3 Josef Moravec 2019-10-16 08:06:40 UTC
Created attachment 94258 [details] [review]
Bug 23704: Typo in itemtypes.tt

This patch corrects a typo:

"for loans specifie in hours."

corrected to "for loans specified in hours."

To test, apply the patch and edit an existing item type. The description
of the "Hourly rental charge" field should be correct.

Signed-off-by: Michal Denar <black23@gmail.com>

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
Comment 4 Martin Renvoize 2019-10-17 13:54:39 UTC
Nice work!

Pushed to master for 19.11.00