[freeside-commits] freeside/FS/FS Maestro.pm,1.1,1.2
Ivan,,,
ivan at wavetail.420.am
Sat Jun 26 13:43:55 PDT 2010
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv9603
Modified Files:
Maestro.pm
Log Message:
finding services correctly for RT#8712
Index: Maestro.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Maestro.pm,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -w -d -r1.1 -r1.2
--- Maestro.pm 26 Jun 2010 09:34:09 -0000 1.1
+++ Maestro.pm 26 Jun 2010 20:43:53 -0000 1.2
@@ -21,7 +21,7 @@
##
my @cust_svc_pbx =
- grep { my($n,$l,$t) = $_->label; $_->t eq 'svc_pbx' }
+ grep { my($n,$l,$t) = $_->label; $t eq 'svc_pbx' }
@cust_svc;
#i tried sofa king hard to explain to them why passing a custnum instead
More information about the freeside-commits
mailing list