]> git.koha-community.org Git - koha.git/commit
Bug 10557: remove unused branch parameter from GetBooksellersWithLateOrders
authorJonathan Druart <jonathan.druart@biblibre.com>
Tue, 9 Jul 2013 10:02:00 +0000 (12:02 +0200)
committerBernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Fri, 11 Oct 2013 18:38:25 +0000 (15:38 -0300)
commitc2b86366e342fef07f2e2b3212800888803f5378
tree731e5bde62f49d110157621bdf606c377dbe30ef
parentfd8418bc0df27c0863dcf0a59ceb2fed7d3b9d69
Bug 10557: remove unused branch parameter from GetBooksellersWithLateOrders

C4::Booksellers::GetBooksellersWithLateOrders has an unused parameter.
The $branch variable is never used in the routine.

Test plan:
Check that no behavior changes on the late orders page.

Signed-off-by: Srdjan <srdjan@catalyst.net.nz>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
I couldn't find any use of the branch parameter apart from
the one corrected by this patch. Also tested late orders,
couldn't find any problems.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
(cherry picked from commit 7f075448b8e00596ece780cca654471eebf949a3)
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
(cherry picked from commit 1ad01972ca995bc938ffe55fd43e7a69e03aca5c)
Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
(cherry picked from commit 1ad01972ca995bc938ffe55fd43e7a69e03aca5c)
C4/Bookseller.pm
acqui/lateorders.pl