Bug 5764 - not for loan message in staff client repeated
Summary: not for loan message in staff client repeated
Status: CLOSED WONTFIX
Alias: None
Product: Koha
Classification: Unclassified
Component: Templates (show other bugs)
Version: master
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Owen Leonard
QA Contact: Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-15 19:22 UTC by Nicole C. Engard
Modified: 2018-06-04 20:09 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nicole C. Engard 2011-02-15 19:22:52 UTC
When you're in the staff client if an item has a not for loan reason of 'not for loan' you see "Not for Loan (Not for Loan)" in the status. In the OPAC you just see the reason or the value, can we do that in the staff client?
Comment 1 Owen Leonard 2013-06-05 14:28:38 UTC
The template displays "Not for loan" by default, followed by the actual text of the not for loan authorized value. In the staff client that text is from the 'lib' column:

+------------------+------------------+-----------------------+
| authorised_value | lib              | lib_opac              |
+------------------+------------------+-----------------------+
| -1               | Ordered          | OPAC Ordered          |
| 1                | Not for Loan     | OPAC Not for Loan     |
+------------------+------------------+-----------------------+

I agree that "Not for Loan (Not for Loan)" is redundant, but since the text in parentheses is editable by the library, perhaps it should be left up to them to change it to something which clarifies their own definition of "Not for loan?"
Comment 2 Katrin Fischer 2013-07-15 19:18:59 UTC
Hm, it might also make sense to keep the hardcoded "Not for loan" because it's translatable. So even when someone doesn't know that the text in () means, there will still be some useful information.