From: ivan Date: Sat, 26 Jun 2010 20:43:53 +0000 (+0000) Subject: finding services correctly for RT#8712 X-Git-Tag: root_of_svc_elec_features~119 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=af7807edab850e127231e866b317c98b6b09a2b3;p=freeside.git finding services correctly for RT#8712 --- 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