Bug 33769 - Terminology: 'Warning: Item {barcode} is reserved'
Summary: Terminology: 'Warning: Item {barcode} is reserved'
Status: RESOLVED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Templates (show other bugs)
Version: Main
Hardware: All All
: P5 - low minor (vote)
Assignee: Owen Leonard
QA Contact: Testopia
URL:
Keywords: Academy
Depends on: 33021
Blocks:
  Show dependency treegraph
 
Reported: 2023-05-18 14:39 UTC by Katrin Fischer
Modified: 2023-06-08 16:53 UTC (History)
2 users (show)

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


Attachments
Bug 33769: Terminology: 'Warning: Item {barcode} is reserved' (1.46 KB, patch)
2023-05-18 14:50 UTC, Owen Leonard
Details | Diff | Splinter Review
Bug 33769: Terminology: 'Warning: Item {barcode} is reserved' (1.51 KB, patch)
2023-05-18 14:59 UTC, Katrin Fischer
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
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