Bugzilla – Attachment 17277 Details for
Bug 9933
Changing/editing circulation rules for specific library affects all libraries
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 9933: Unable to edit or add rules for any branch except default
Bug-9933-Unable-to-edit-or-add-rules-for-any-branc.patch (text/plain), 1.45 KB, created by
Mason James
on 2013-04-08 10:10:05 UTC
(
hide
)
Description:
Bug 9933: Unable to edit or add rules for any branch except default
Filename:
MIME Type:
Creator:
Mason James
Created:
2013-04-08 10:10:05 UTC
Size:
1.45 KB
patch
obsolete
>From d60e93812713d608caa5f5f2dae755500f33f94c Mon Sep 17 00:00:00 2001 >From: Chris Cormack <chrisc@catalyst.net.nz> >Date: Mon, 8 Apr 2013 20:43:45 +1200 >Subject: [PATCH] Bug 9933: Unable to edit or add rules for any branch except default >Content-Type: text/plain; charset="utf-8" > >To test >1/ Select a branch in circ rules >2/ Edit or add a rule, note this change is made for default instead of >the library you selected >3/ Apply the patch >4/ Try 1 and 2 again > >Signed-off-by: Mirko Tietgen <mirko@abunchofthings.net> >Works as expected. >Signed-off-by: Mason James <mtj@kohaaloha.com> >--- > .../prog/en/modules/admin/smart-rules.tt | 2 +- > 1 files changed, 1 insertions(+), 1 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 586d310..c52b77e 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 >@@ -133,7 +133,7 @@ for="tobranch"><strong>Clone these rules to:</strong></label> <input type="hidde > > <form method="post" action="/cgi-bin/koha/admin/smart-rules.pl"> > <input type="hidden" name="op" value="add" /> >- <input type="hidden" name="branch" value="[% branch %]"/> >+ <input type="hidden" name="branch" value="[% current_branch %]"/> > <table id="default-circulation-rules"> > <thead> > <tr> >-- >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 9933
:
17271
|
17276
| 17277