Bugzilla – Attachment 19907 Details for
Bug 9394
Use reserve_id where possible
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 9394: (follow-up) restore ability to cancel holds from the patron summary
Bug-9394-follow-up-restore-ability-to-cancel-holds.patch (text/plain), 2.02 KB, created by
Chris Cormack
on 2013-07-24 04:57:08 UTC
(
hide
)
Description:
Bug 9394: (follow-up) restore ability to cancel holds from the patron summary
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2013-07-24 04:57:08 UTC
Size:
2.02 KB
patch
obsolete
>From 266029e8ac70184d072256a0be881218e8122e71 Mon Sep 17 00:00:00 2001 >From: Galen Charlton <gmc@esilibrary.com> >Date: Tue, 9 Jul 2013 15:07:08 +0000 >Subject: [PATCH] Bug 9394: (follow-up) restore ability to cancel holds from > the patron summary > >To test: > >- Place a hold request for a patron >- From the patron details page, navigate to the holds table, > then cancel (delete) it. >- Verify that the hold request is gone. > >Signed-off-by: Galen Charlton <gmc@esilibrary.com> >Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt | 1 + > members/moremember.pl | 1 + > 2 files changed, 2 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >index 1566a32..a457228 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >@@ -659,6 +659,7 @@ function validate1(date) { > </select> > <input type="hidden" name="biblionumber" value="[% reservloo.biblionumber %]" /> > <input type="hidden" name="borrowernumber" value="[% borrowernumber %]" /> >+ <input type="hidden" name="reserve_id" value="[% reservloo.reserve_id %]" /> > </td> > <td>[% IF ( reservloo.suspend ) %]Suspended [% IF ( reservloo.suspend_until ) %] until [% reservloo.suspend_until | $KohaDates %][% END %][% END %]</td> > </tr> >diff --git a/members/moremember.pl b/members/moremember.pl >index 598b07d..7188e90 100755 >--- a/members/moremember.pl >+++ b/members/moremember.pl >@@ -318,6 +318,7 @@ if ($borrowernumber) { > $getreserv{suspend} = $num_res->{'suspend'}; > $getreserv{suspend_until} = $num_res->{'suspend_until'}; > $getreserv{expirationdate} = $num_res->{'expirationdate'}; >+ $getreserv{reserve_id} = $num_res->{'reserve_id'}; > > push( @reservloop, \%getreserv ); > } >-- >1.8.3.1
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 9394
:
14601
|
14860
|
14863
|
15730
|
15733
|
16676
|
17447
|
18216
|
18318
|
18465
|
18466
|
18492
|
18621
|
19893
|
19894
|
19895
|
19896
|
19897
|
19898
|
19899
|
19902
|
19904
|
19905
|
19906
| 19907 |
19908
|
19909