X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fcust_pkg.pm;h=c3ee4e40a812091cd030c0c72680b16a286d117a;hp=0f9a611eb83b77b466ba1171c3a92d8a21a395a6;hb=b1d445f94514a29e5d4753839798b0291d89aee3;hpb=96bcb3256650a35d57c2ac487e990b78a2f88a74 diff --git a/FS/FS/cust_pkg.pm b/FS/FS/cust_pkg.pm index 0f9a611eb..c3ee4e40a 100644 --- a/FS/FS/cust_pkg.pm +++ b/FS/FS/cust_pkg.pm @@ -2624,6 +2624,15 @@ sub search { } ## + # custbatch + ## + + if ( $params->{'pkgbatch'} =~ /^([\w\/\-\:\.]+)$/ and $1 ) { + push @where, + "cust_pkg.pkgbatch = '$1'"; + } + + ## # parse status ##