From: ivan Date: Fri, 17 Jun 2005 05:07:48 +0000 (+0000) Subject: add more info to debugging X-Git-Tag: BEFORE_FINAL_MASONIZE~464 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=da25a477f5708005668c6eb3f12efbb2a40eefdd add more info to debugging --- diff --git a/httemplate/misc/process/link.cgi b/httemplate/misc/process/link.cgi index aaa434a57..2a3b3bbf9 100755 --- a/httemplate/misc/process/link.cgi +++ b/httemplate/misc/process/link.cgi @@ -31,8 +31,9 @@ unless ( $svcnum ) { "(svcpart $svcpart):\n"; foreach my $svc_x ( @svc_x ) { warn " ". $svc_x->email. - " (pkgnum ". $svc_x->cust_svc->pkgnum. - ", svcpart ". $svc_x->cust_svc->svcpart. ")\n"; + " (svcnum". $svc_x->svcnum. ",". + " pkgnum ". $svc_x->cust_svc->pkgnum. ",". + " svcpart ". $svc_x->cust_svc->svcpart. ")\n"; } }