Bug 33779 - Terminology: biblio record
Summary: Terminology: biblio record
Status: RESOLVED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Templates (show other bugs)
Version: unspecified
Hardware: All All
: P5 - low trivial (vote)
Assignee: Owen Leonard
QA Contact: Testopia
URL:
Keywords: Academy
Depends on:
Blocks:
 
Reported: 2023-05-19 07:18 UTC by Katrin Fischer
Modified: 2023-12-28 20:46 UTC (History)
0 users

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


Attachments
Bug 33779: Terminology: biblio record (1.84 KB, patch)
2023-05-25 13:51 UTC, Owen Leonard
Details | Diff | Splinter Review
Bug 33779: Terminology: biblio record (1.89 KB, patch)
2023-05-25 16:43 UTC, Lucas Gass
Details | Diff | Splinter Review
Bug 33779: Terminology: biblio record (1.96 KB, patch)
2023-06-01 07:17 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 2023-05-19 07:18:57 UTC
koha-tmpl/intranet-tmpl/prog/en/modules/ill/ill-requests.tt:159
This item cannot be issued as it has no biblio record associated with it

should be: ... bibiographic record...
Comment 1 Katrin Fischer 2023-05-19 07:19:27 UTC
... and issued should be checked out!
Comment 2 Owen Leonard 2023-05-25 13:51:17 UTC
Created attachment 151684 [details] [review]
Bug 33779: Terminology: biblio record

This patch corrects a string in the staff interface's ILL requests
template. "This item cannot be issued as it has no biblio record
associated with it" is updated to read "This item cannot be checked out
as it has no bibliographic record associated with it."

I don't know how to trigger the error message in the interface, but the
change is simple enough that it could be verified by examining the
patch.
Comment 3 Lucas Gass 2023-05-25 16:43:26 UTC
Created attachment 151701 [details] [review]
Bug 33779: Terminology: biblio record

This patch corrects a string in the staff interface's ILL requests
template. "This item cannot be issued as it has no biblio record
associated with it" is updated to read "This item cannot be checked out
as it has no bibliographic record associated with it."

I don't know how to trigger the error message in the interface, but the
change is simple enough that it could be verified by examining the
patch.

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
Comment 4 Jonathan Druart 2023-06-01 07:17:45 UTC
Created attachment 151895 [details] [review]
Bug 33779: Terminology: biblio record

This patch corrects a string in the staff interface's ILL requests
template. "This item cannot be issued as it has no biblio record
associated with it" is updated to read "This item cannot be checked out
as it has no bibliographic record associated with it."

I don't know how to trigger the error message in the interface, but the
change is simple enough that it could be verified by examining the
patch.

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Comment 5 Tomás Cohen Arazi 2023-06-05 18:37:32 UTC
Pushed to master for 23.11.

Nice work everyone, thanks!
Comment 6 Tomás Cohen Arazi 2023-06-09 14:07:59 UTC
Pushed to master for 23.05.

Nice work everyone, thanks!
Comment 7 Matt Blenkinsop 2023-06-12 10:15:15 UTC
Nice work everyone!

Pushed to oldstable for 22.11.x