summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2005-06-17 05:04:29 +0000
committerivan <ivan>2005-06-17 05:04:29 +0000
commited9ae05f8f25eb26fa7279cc8548041af19e1e1b (patch)
treeccdb53dde78046eee977468f5733b2fb424a489d
parent21e9127d3a16335907d1102793b294446e07120b (diff)
fix debugging
-rwxr-xr-xhttemplate/misc/process/link.cgi4
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/misc/process/link.cgi b/httemplate/misc/process/link.cgi
index 7768b3bd4..aaa434a57 100755
--- a/httemplate/misc/process/link.cgi
+++ b/httemplate/misc/process/link.cgi
@@ -31,8 +31,8 @@ unless ( $svcnum ) {
"(svcpart $svcpart):\n";
foreach my $svc_x ( @svc_x ) {
warn " ". $svc_x->email.
- " (pkgnum ". $_->cust_svc->pkgnum.
- ", svcpart ". $_->cust_svc->svcpart. ")\n";
+ " (pkgnum ". $svc_x->cust_svc->pkgnum.
+ ", svcpart ". $svc_x->cust_svc->svcpart. ")\n";
}
}