From: Ivan Kohler Date: Mon, 25 Apr 2016 16:55:45 +0000 (-0700) Subject: debug X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=8873189f93ad32da7f619959c51a35ed66e19b30 debug --- diff --git a/FS/FS/svc_Common.pm b/FS/FS/svc_Common.pm index 73658f67a..748bcae12 100644 --- a/FS/FS/svc_Common.pm +++ b/FS/FS/svc_Common.pm @@ -719,6 +719,8 @@ sub setx { sub part_svc { my $self = shift; + cluck 'svc_X->part_svc called' if $DEBUG; + #get part_svc my $svcpart; if ( $self->get('svcpart') ) {