X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=FS%2FFS%2Fcust_bill%2FSearch.pm;h=58c75e38a7dd9bce3a64589f20f6718b605287f0;hb=9dc9789e61324f46e482107420fd27db55b846ef;hp=fa552f0d520b583b200d23869ab241ec72459770;hpb=9f4410954ff03fb12eade34f92c31a5ce9018f4b;p=freeside.git diff --git a/FS/FS/cust_bill/Search.pm b/FS/FS/cust_bill/Search.pm index fa552f0d5..58c75e38a 100644 --- a/FS/FS/cust_bill/Search.pm +++ b/FS/FS/cust_bill/Search.pm @@ -288,7 +288,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