From: Ivan Kohler Date: Thu, 10 Dec 2015 09:57:22 +0000 (-0800) Subject: avoid throwing an error on unlinked services, RT#31388 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=083055aebf83987941affc4da3184dec0f27d2ae avoid throwing an error on unlinked services, RT#31388 --- diff --git a/FS/FS/cust_svc.pm b/FS/FS/cust_svc.pm index 376ef0263..0223f934b 100644 --- a/FS/FS/cust_svc.pm +++ b/FS/FS/cust_svc.pm @@ -1252,7 +1252,7 @@ sub _check_provision_hold { # check status of cust_pkg my $cust_pkg = $self->cust_pkg; - return '' unless $cust_pkg->status eq 'on hold'; + return '' unless $cust_pkg && $cust_pkg->status eq 'on hold'; # check flag on this svc # small false laziness with $self->pkg_svc