Bugzilla – Attachment 60433 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]
Bug 14353 - Show 'damaged' and other status on the 'place holds' page in staff
Bug-14353---Show-damaged-and-other-status-on-the-p.patch (text/plain), 1.83 KB, created by
Marc Véron
on 2017-02-18 17:42:39 UTC
(
hide
)
Description:
Bug 14353 - Show 'damaged' and other status on the 'place holds' page in staff
Filename:
MIME Type:
Creator:
Marc Véron
Created:
2017-02-18 17:42:39 UTC
Size:
1.83 KB
patch
obsolete
>From 32a1fc5d476068d11574786b624de176b771348a 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] Bug 14353 - Show 'damaged' and other status on the 'place > holds' page in staff > >This patch adds a 'Status' column to 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, > Lost, Withdrawn statuses. >- Verify a new column 'Status' indicating the item's status as appropriate. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt | 6 ++++++ > 1 file changed, 6 insertions(+) > >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 34a7304..d578ac3 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt >@@ -475,6 +475,7 @@ function checkMultiHold() { > <th>Last location</th> > <th>Call no.</th> > <th>Copy number</th> >+ <th>Status</th> > [% IF itemdata_enumchron %] > <th>Vol no.</th> > [% END %] >@@ -552,6 +553,11 @@ function checkMultiHold() { > </td> > [% END %] > <td> >+ [% IF ( itemloo.itemlost ) %]Lost[% END %] >+ [% IF ( itemloo.damaged ) %]Damaged[% END %] >+ [% IF ( itemloo.withdrawn ) %]Withdrawn[% END %] >+ </td> >+ <td> > [% IF ( itemloo.onloan ) %] > <span title="[% itemloo.date_due %]" class="checkedout">Due [% itemloo.date_due | $KohaDates as_due_date => 1 %]</span> > [% ELSE %] >-- >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