freeside/FS/FS cust_svc.pm,1.53,1.54

Kristian Hoffmann khoff at pouncequick.420.am
Wed Mar 30 13:22:48 PST 2005


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory pouncequick:/tmp/cvs-serv29488

Modified Files:
	cust_svc.pm 
Log Message:
Have to pass @_ to FS::svc_www::domain_record in case we're really a FS::h_svc_www object.


Index: cust_svc.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/cust_svc.pm,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- cust_svc.pm	6 Jan 2005 20:20:24 -0000	1.53
+++ cust_svc.pm	30 Mar 2005 21:22:44 -0000	1.54
@@ -308,7 +308,7 @@
   } elsif ( $svcdb eq 'svc_domain' ) {
     $tag = $svc_x->getfield('domain');
   } elsif ( $svcdb eq 'svc_www' ) {
-    my $domain_record = $svc_x->domain_record;
+    my $domain_record = $svc_x->domain_record(@_);
     $tag = $domain_record->zone;
   } elsif ( $svcdb eq 'svc_broadband' ) {
     $tag = $svc_x->ip_addr;




More information about the freeside-commits mailing list