]> git.koha-community.org Git - koha.git/commit
Bug 11779: fix unexpected change in logged-in library when changing overdue notice...
authorKyle M Hall <kyle@bywatersolutions.com>
Tue, 18 Feb 2014 12:43:44 +0000 (07:43 -0500)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 6 Jun 2014 11:44:11 +0000 (07:44 -0400)
commit4fbc168e448f26548700604383666f3ad798c178
tree88bed89fe5574b138603d433dd42d0d433a10e04
parent1c0be23f5d174950fd8fc0c16d6a1ddc2a1e8c49
Bug 11779: fix unexpected change in logged-in library when changing overdue notice triggers

Steps to reproduce:
1) Log into staff intranet
2) Set logged in branch
3) Browse to tools/overdue notice triggers
4) Select a branch from the pulldown that is not your logged in branch
5) use the "Check out" bar at the top of the page to search for a patron
to check out to
6) Once you have landed here, click the "check out" tab link again, or
   the Edit button ( any action really )
7) Note your logged in branch has now changed to the once selected
   when editing the notice/status triggers

This is due to the way the patron search passes the branchcode to be
used via the form. This form assumes the branchcode variable is
always the currently logged in branch, which may not and is not
always the case.

Test Plan:
1) Apply this patch
2) Repeat the steps to reproduce above
3) Note your logged in branch does not change

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Funny bug :) This patch fixes the described issue and should not
introduce regression.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
(cherry picked from commit 858083c8e907bde4efa6842cd45ff91bf1f6e24f)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
(cherry picked from commit f08154588cb07d8d85b25d13a566c2c689148577)
Koha/Template/Plugin/Branches.pm
koha-tmpl/intranet-tmpl/prog/en/includes/patron-search-box.inc