]> 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)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Fri, 13 Sep 2013 16:53:58 +0000 (13:53 -0300)
commit1ad01972ca995bc938ffe55fd43e7a69e03aca5c
tree5e9db139268ef6e641715ebacb06bdce66b320e0
parentb64c9255fc14a8b812585990ad3bad2e726365c7
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>
C4/Bookseller.pm
acqui/lateorders.pl