finding services correctly for RT#8712
authorivan <ivan>
Sat, 26 Jun 2010 20:43:53 +0000 (20:43 +0000)
committerivan <ivan>
Sat, 26 Jun 2010 20:43:53 +0000 (20:43 +0000)
FS/FS/Maestro.pm

index 20dbad6..bb79285 100644 (file)
@@ -21,7 +21,7 @@ sub customer_status {
   ##
 
   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