Bugzilla – Attachment 4871 Details for
Bug 6513
Library and Category filters when searching for a borrower to add to a routing list don't work correctly.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[Signed Off] Bug 6513 - ensure the subscription ID gets carried across
Signed-Off-Bug-6513---ensure-the-subscription-ID-g.patch (text/plain), 2.27 KB, created by
Liz Rea
on 2011-08-05 18:27:14 UTC
(
hide
)
Description:
[Signed Off] Bug 6513 - ensure the subscription ID gets carried across
Filename:
MIME Type:
Creator:
Liz Rea
Created:
2011-08-05 18:27:14 UTC
Size:
2.27 KB
patch
obsolete
>From d46a6b0039deceffd7fb76550285cb2c78c8916a Mon Sep 17 00:00:00 2001 >From: Robin Sheat <robin@catalyst.net.nz> >Date: Mon, 20 Jun 2011 19:04:34 +1200 >Subject: [PATCH] [Signed Off] Bug 6513 - ensure the subscription ID gets carried across >Content-Type: text/plain; charset="utf-8" > >Signed-off-by: Liz Rea <lrea@nekls.org> >--- > .../prog/en/modules/serials/member-search.tt | 2 +- > serials/member-search.pl | 2 ++ > 2 files changed, 3 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/member-search.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/member-search.tt >index 67e3614..ddb8445 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/member-search.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/member-search.tt >@@ -63,7 +63,7 @@ function add_member(subscriptionid,borrowernumber){ > <td>[% resultsloo.cardnumber %] </td> > <td>[% resultsloo.surname %], [% resultsloo.firstname %] </td> > <td>[% resultsloo.branchcode %] </td> >- <td><a onclick="add_member([% subscriptionid %],[% resultsloo.borrowernumber %]); return false" href="/cgi-bin/koha/serials/routing.pl?subscriptionid=[% resultsloo.subscriptionid %]&borrowernumber=[% resultsloo.borrowernumber %]&op=add">Add</a></td></tr> >+ <td><a onclick="add_member([% subscriptionid %],[% resultsloo.borrowernumber %]); return false" href="/cgi-bin/koha/serials/routing.pl?subscriptionid=[% subscriptionid %]&borrowernumber=[% resultsloo.borrowernumber %]&op=add">Add</a></td></tr> > [% END %] > </tbody> > </table> >diff --git a/serials/member-search.pl b/serials/member-search.pl >index 60b19e3..7f12277 100755 >--- a/serials/member-search.pl >+++ b/serials/member-search.pl >@@ -41,6 +41,7 @@ my $startfrom = $cgi->param('startfrom')||1; > my $member=$cgi->param('member'); > my $branchcode = $cgi->param('branchcode'); > my $categorycode = $cgi->param('categorycode'); >+my $subscriptionid = $cgi->param('subscriptionid'); > > my @categories=C4::Category->all; > my @branches=@{ GetBranchesLoop( >@@ -122,6 +123,7 @@ my %parameters=( > categorycode => $categorycode, > branchcode => $branchcode, > resultsperpage => $resultsperpage, >+ subscriptionid => $subscriptionid, > type => 'intranet' > ); > my $base_url = >-- >1.7.2.5
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 6513
:
4506
|
4507
|
4870
| 4871