Bugzilla – Attachment 5228 Details for
Bug 6351
Cannot delete library-specific circulation rules
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed Followup Patch
0001-Bug-6351-Cannot-delete-library-specific-holds-police.patch (text/plain), 2.19 KB, created by
Ian Walls
on 2011-08-30 17:52:16 UTC
(
hide
)
Description:
Proposed Followup Patch
Filename:
MIME Type:
Creator:
Ian Walls
Created:
2011-08-30 17:52:16 UTC
Size:
2.19 KB
patch
obsolete
>From f3c11b50816737f9f8eaec72d452c1b6b511ffd8 Mon Sep 17 00:00:00 2001 >From: Ian Walls <ian.walls@bywatersolutions.com> >Date: Tue, 30 Aug 2011 13:49:51 -0400 >Subject: [PATCH] Bug 6351: Cannot delete library-specific holds polices and checkout limits > >Template::Toolkit scope error on delete links on Checkout Limit by Patron Category >and Holds Policy by Item Type areas. >--- > .../prog/en/modules/admin/smart-rules.tt | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt >index 0edcece..d2f314f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt >@@ -268,7 +268,7 @@ for="tobranch"><strong>Clone these rules to:</strong></label> <input type="hidde > [% END %] > </td> > <td> >- <a class="button" href="/cgi-bin/koha/admin/smart-rules.pl?op=delete-branch-cat&categorycode=[% branch_cat_rule_loo.categorycode %]&branch=[% branch_cat_rule_loo.current_branch %]">Delete</a> >+ <a class="button" href="/cgi-bin/koha/admin/smart-rules.pl?op=delete-branch-cat&categorycode=[% branch_cat_rule_loo.categorycode %]&branch=[% current_branch %]">Delete</a> > </td> > </tr> > [% END %] >@@ -339,7 +339,7 @@ for="tobranch"><strong>Clone these rules to:</strong></label> <input type="hidde > [% END %] > </td> > <td> >- <a class="button" href="/cgi-bin/koha/admin/smart-rules.pl?op=delete-branch-item&itemtype=[% branch_item_rule_loo.itemtype %]&branch=[% branch_item_rule_loo.current_branch %]">Delete</a> >+ <a class="button" href="/cgi-bin/koha/admin/smart-rules.pl?op=delete-branch-item&itemtype=[% branch_item_rule_loo.itemtype %]&branch=[% current_branch %]">Delete</a> > </td> > </tr> > [% END %] >-- >1.7.4.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 6351
:
4142
|
4148
|
5228
|
5229