Bug 16073: Fix software error in circulation.pl
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 14 Mar 2016 18:41:02 +0000 (18:41 +0000)
committerBrendan Gallagher <brendan@bywatersolutions.com>
Mon, 21 Mar 2016 16:07:18 +0000 (16:07 +0000)
commitcfa76a35771bb5035e51ff70f8b35439a77cac2a
treeadb5377a48fae47806a31207e280fb574312120e
parent52c77ad9145fd17b6cd263e3981dd59aad9e5b76
Bug 16073: Fix software error in circulation.pl

Can't call method "guarantor" on an undefined value at
/home/koha/src/circ/circulation.pl line 588.
 at /home/koha/src/circ/circulation.pl line 673

Introduced by bug 15656

Test plan:
Just trigger circ/circulation.pl

Signed-off-by: Jacek Ablewicz <abl@biblos.pk.edu.pl>
Triggered circ/circulation.pl - nothing exploded, and error is gone
Signed-off-by: Tomas Cohen Arazi <tomascohen@unc.edu.ar>
Signed-off-by: Brendan Gallagher brendan@bywatersolutions.com
circ/circulation.pl