Bug 33769

Summary: Terminology: 'Warning: Item {barcode} is reserved'
Product: Koha Reporter: Katrin Fischer <katrin.fischer>
Component: TemplatesAssignee: Owen Leonard <oleonard>
Status: RESOLVED FIXED QA Contact: Testopia <testopia>
Severity: minor    
Priority: P5 - low CC: matt.blenkinsop, tomascohen
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:
23.05.00
Bug Depends on: 33021    
Bug Blocks:    
Attachments: Bug 33769: Terminology: 'Warning: Item {barcode} is reserved'
Bug 33769: Terminology: 'Warning: Item {barcode} is reserved'

Description Katrin Fischer 2023-05-18 14:39:04 UTC
'is reserved' should be 'is on hold'

Complete line is:

koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt
 .append(__x('Warning: Item {barcode} is reserved', { barcode }))
Comment 1 Owen Leonard 2023-05-18 14:50:17 UTC
Created attachment 151422 [details] [review]
Bug 33769: Terminology:  'Warning: Item {barcode} is reserved'

This patch corrects an instance of the term "reserved" and replaces it
with "on hold."

The string is shown when the user tries to add an item which is on
hold to a bundle.
Comment 2 Katrin Fischer 2023-05-18 14:59:33 UTC
Created attachment 151423 [details] [review]
Bug 33769: Terminology: 'Warning: Item {barcode} is reserved'

This patch corrects an instance of the term "reserved" and replaces it
with "on hold."

The string is shown when the user tries to add an item which is on
hold to a bundle.

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Comment 3 Tomás Cohen Arazi 2023-05-18 15:15:20 UTC
Pushed to master for 23.05.

Nice work everyone, thanks!
Comment 4 Matt Blenkinsop 2023-06-08 16:53:54 UTC
Dependency missing from 22.11.x - not backporting to 22.11.x