X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fcust_bill%2FSearch.pm;h=ee5da3be87f7023d8619a4dbdf71adab132024e2;hb=ffa18709ee8a4d05e18d2d406cf73afe79e52524;hp=925938d82a9a6d01d28f8bf7dd23d410d28600b5;hpb=57e3a0e08b81d52851314c60f37115a05b9be79e;p=freeside.git diff --git a/FS/FS/cust_bill/Search.pm b/FS/FS/cust_bill/Search.pm index 925938d82..ee5da3be8 100644 --- a/FS/FS/cust_bill/Search.pm +++ b/FS/FS/cust_bill/Search.pm @@ -276,7 +276,7 @@ sub search_sql_where { my @owed = ref($param->{owed}) ? @{ $param->{owed} } : ($param->{owed}); - push @search, map { s/^owed/$owed_sql/ } @owed; + push @search, map { s/^owed/$owed_sql/; $_ } @owed; } #open/net flags