Bug 6328 follow-up, fixes Undefined subroutine &C4::Circulation::Delta_Days
authorLyon3 Team <koha@univ-lyon3.fr>
Thu, 19 Jan 2012 15:44:01 +0000 (16:44 +0100)
committerPaul Poulain <paul.poulain@biblibre.com>
Thu, 19 Jan 2012 15:49:25 +0000 (16:49 +0100)
commit0e9edb11026fab413540fe78ea88206cff433fcc
treed3860ac3de59554737acc384e732b8f43efa4953
parente0095c55852a9c4614ea37df67c4882f9fc3128f
Bug 6328 follow-up, fixes Undefined subroutine &C4::Circulation::Delta_Days

The Delta_Days sub is called only when a patron that is already debarred must be debarred for a longer period.
This (rare) case probably hasn't be tested during QA, because the sub is not loaded.
Loading it fixes the problem

Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
C4/Circulation.pm