X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=FS%2FFS%2Fpart_export%2Fcommunigate_pro.pm;h=ecb37809033c654661cabaa21f95d9ed72a83762;hb=c648976f0b7975f2328ebd7ba8c711fad0ca4195;hp=6da201799a4ce2ee78363d8b0d372db637a634cb;hpb=f7fd2a3e34da751cbc02bbf215e99c6dc89adc15;p=freeside.git diff --git a/FS/FS/part_export/communigate_pro.pm b/FS/FS/part_export/communigate_pro.pm index 6da201799..ecb378090 100644 --- a/FS/FS/part_export/communigate_pro.pm +++ b/FS/FS/part_export/communigate_pro.pm @@ -170,7 +170,7 @@ sub communigate_pro_command { #subroutine, not method $cli->$method(@args) or die "CGPro error: ". $cli->getErrMessage; - $cli->Logout or die "Can't logout of CGPro: $CGP::ERR_STRING\n"; + $cli->Logout; # or die "Can't logout of CGPro: $CGP::ERR_STRING\n"; }