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)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Fri, 13 Sep 2013 17:40:30 +0000 (14:40 -0300)
commit41f12d9edaecb2857f8823ef59748f974a79879a
tree9262f2615a84994237b9e2413d792cf66d9dde98
parent0d97cee2f1b4eb9ca8e6ded917e019ea4bae68f5
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>
(cherry picked from commit 6751c5dc7c963defd0a31adfd46d0665abf41cd6)
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
C4/Circulation.pm