Save overdue rules to the selected branch, not always
to the default branch.
---
 .../prog/en/modules/tools/overduerules.tmpl        |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/overduerules.tmpl 
b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/overduerules.tmpl
index 5b46485..efca324 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/overduerules.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/overduerules.tmpl
@@ -51,6 +51,7 @@
             <!-- TMPL_IF name="table" -->
             <form method="post" action="/cgi-bin/koha/tools/overduerules.pl">
                 <input type="hidden" name="op" value="save" />
+                <input type="hidden" name="branch" value="<!-- TMPL_VAR 
NAME="branch" -->" />
                 <table>
                     <caption>Rules for overdue actions: <!--TMPL_IF 
Name="branch"--><!-- TMPL_VAR NAME="branch" --><!--TMPL_ELSE--> default library 
<!--/TMPL_IF-->
                     <!--TMPL_IF Name="datasaved"-->
-- 
1.5.5.GIT

_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha.org/mailman/listinfo/koha-patches

Reply via email to