From af7807edab850e127231e866b317c98b6b09a2b3 Mon Sep 17 00:00:00 2001 From: ivan Date: Sat, 26 Jun 2010 20:43:53 +0000 Subject: [PATCH] finding services correctly for RT#8712 --- FS/FS/Maestro.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FS/FS/Maestro.pm b/FS/FS/Maestro.pm index 20dbad607..bb792856c 100644 --- a/FS/FS/Maestro.pm +++ b/FS/FS/Maestro.pm @@ -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 -- 2.11.0