Bugzilla – Attachment 2368 Details for
Bug 5013
"New patron" menu button broken on circulation patron select screen
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed fix
0001-Fix-for-Bug-5013-New-patron-menu-button-broken-on-pa.patch (text/plain), 1.53 KB, created by
Owen Leonard
on 2010-07-15 16:33:19 UTC
(
hide
)
Description:
Proposed fix
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2010-07-15 16:33:19 UTC
Size:
1.53 KB
patch
obsolete
>From 4a14977534107a77592a452e84e484ac4ac39e83 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 15 Jul 2010 12:28:25 -0400 >Subject: [PATCH] Fix for Bug 5013 "New patron" menu button broken on patron select screen > >--- > .../prog/en/includes/patron-toolbar.inc | 2 +- > members/members-home.pl | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-toolbar.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-toolbar.inc >index d7c87c4..c508af0 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-toolbar.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-toolbar.inc >@@ -23,7 +23,7 @@ > > var newmenu = [ > <!--TMPL_IF Name="AddPatronLists_categorycode"--> >-<!--TMPL_LOOP Name="categoryloop"--> >+<!--TMPL_LOOP Name="categories"--> > { text: "<!--TMPL_VAR Name="description"-->", url: "/cgi-bin/koha/members/memberentry.pl?op=add&categorycode=<!--TMPL_VAR Name="categorycode"-->" }, > <!--/TMPL_LOOP--> > <!--TMPL_ELSE--> >diff --git a/members/members-home.pl b/members/members-home.pl >index e497f4a..04fc557 100755 >--- a/members/members-home.pl >+++ b/members/members-home.pl >@@ -54,7 +54,7 @@ if($quicksearch){ > my @categories=C4::Category->all; > $template->param( > branchloop=>(defined $branch?GetBranchesLoop($branch):GetBranchesLoop()), >- categoryloop=>\@categories, >+ categories=>\@categories, > ); > $template->param( > "AddPatronLists_".C4::Context->preference("AddPatronLists")=> "1", >-- >1.7.0.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 5013
: 2368 |
2382
|
2501