Bug 10699: (follow-up) fix parameter test in DeleteBranchTransferLimits()
authorGalen Charlton <gmc@esilibrary.com>
Wed, 28 Aug 2013 15:33:35 +0000 (15:33 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Wed, 28 Aug 2013 15:34:47 +0000 (15:34 +0000)
commitac11a5d9ff982d89ed1f00ca585e1ecb9e0195eb
treee3a096e134d3e06e8944a46fe50b8dbd5accf952
parent88f15db30a9da6a24cf575759a97e8765be61ad4
Bug 10699: (follow-up) fix parameter test in DeleteBranchTransferLimits()

Need to check for definedness, not Perl truth.

Also adds description of the return value to the POD.

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