Bugzilla – Attachment 17276 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.37 KB, created by
Mirko Tietgen
on 2013-04-08 10:04:48 UTC
(
hide
)
Description:
Bug 9933: Unable to edit or add rules for any branch except default
Filename:
MIME Type:
Creator:
Mirko Tietgen
Created:
2013-04-08 10:04:48 UTC
Size:
1.37 KB
patch
obsolete
>From 273c8f93d54339b6847fad7778f779c2ab76a97e 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 > >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. >--- > .../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