[freeside-commits] freeside/FS/FS svc_external.pm,1.6,1.7

Ivan,,, ivan at wavetail.420.am
Mon Feb 18 19:17:43 PST 2008


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv12511

Modified Files:
	svc_external.pm 
Log Message:
return svc_external id and title as label instead of svcnum

Index: svc_external.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/svc_external.pm,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- svc_external.pm	30 May 2007 03:38:17 -0000	1.6
+++ svc_external.pm	19 Feb 2008 03:17:41 -0000	1.7
@@ -85,7 +85,8 @@
     sprintf('%010d', $self->id). '-'.
       substr('0000000000'.uc($self->title), -10);
   } else {
-    $self->SUPER::label;
+    #$self->SUPER::label;
+    $self->id. ' - '. $self->title;
   }
 }
 



More information about the freeside-commits mailing list