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)
committerGalen Charlton <gmc@esilibrary.com>
Mon, 22 Jul 2013 19:01:09 +0000 (19:01 +0000)
commit7f075448b8e00596ece780cca654471eebf949a3
tree33b8c9895ff0395553383ddfe4cbc9bc06132d46
parentc5cc04ef3d5e50c376e37a1493926181389efa6a
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>
C4/Bookseller.pm
acqui/lateorders.pl