Bug 10693: (follow-up) fix parameter checking in CreateBranchTransferLimit()
authorGalen Charlton <gmc@esilibrary.com>
Wed, 28 Aug 2013 15:16:28 +0000 (15:16 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Wed, 28 Aug 2013 15:16:28 +0000 (15:16 +0000)
commit6751c5dc7c963defd0a31adfd46d0665abf41cd6
tree68e6bbcb81196ae5533f9e92cfe625937f6c53b9
parent3c61f95fb41152994ca2807eee87dc8e13ba219d
Bug 10693: (follow-up) fix parameter checking in CreateBranchTransferLimit()

There is nothing prevent '0' from being used as a library code.

To test:

Run prove -v t/db_dependent/Circulation_transfers.t and verify that
the tests pass.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
C4/Circulation.pm