diff options
Diffstat (limited to 'httemplate')
-rwxr-xr-x | httemplate/misc/process/link.cgi | 4 |
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"; } } |