Bugzilla – Attachment 17271 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.30 KB, created by
Chris Cormack
on 2013-04-08 08:47:12 UTC
(
hide
)
Description:
Bug 9933: Unable to edit or add rules for any branch except default
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2013-04-08 08:47:12 UTC
Size:
1.30 KB
patch
obsolete
>From 0a3de022be3d3261e89cdde2ad14059c96e52727 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 >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >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.10.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 9933
:
17271
|
17276
|
17277