Bugzilla – Attachment 64161 Details for
Bug 14353
Show 'damaged' and other status on the 'place holds' page in staff
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 14353 - Show 'damaged' and other status on the 'place holds' page in staff
SIGNED-OFF-Bug-14353---Show-damaged-and-other-stat.patch (text/plain), 1.65 KB, created by
Owen Leonard
on 2017-06-09 16:12:03 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 14353 - Show 'damaged' and other status on the 'place holds' page in staff
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2017-06-09 16:12:03 UTC
Size:
1.65 KB
patch
obsolete
>From 23e372d6c0c1258e3b9e392f2c65a3aa6158d77b Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Marc=20V=C3=A9ron?= <veron@veron.ch> >Date: Sat, 18 Feb 2017 18:35:39 +0100 >Subject: [PATCH] [SIGNED-OFF] Bug 14353 - Show 'damaged' and other status on > the 'place holds' page in staff > >This patch adds status 'Damaged' to 'Information' 'Status' in the items >table on 'Place hold' page. > >To test: >- Apply patch >- In staff client, try to place an item level hold for items with 'Damaged' > status. >- Verify that the status 'Damaged' appears in the column 'Information'. > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >index 27dd2de..02c50b9 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >@@ -562,7 +562,6 @@ function checkMultiHold() { > [% END %] > </span> > [% END %] >- > [% IF ( itemloo.message ) %] > Unavailable (lost or missing) > [% END %] >@@ -590,6 +589,9 @@ function checkMultiHold() { > [% ELSIF itemloo.item_level_holds == "F" %] > <br/>Item level hold forced from OPAC > [% END %] >+ [% IF ( itemloo.damaged ) %] >+ <br />Damaged >+ [% END %] > </td> > </tr> > [% END %] <!--UNLESS item hide--> >-- >2.1.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 14353
:
60433
|
62532
|
64161
|
66692