diff options
-rw-r--r-- | FS/FS/Maestro.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |