X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fmisc%2Fmaestro-customer_status.html;h=8acae2b2a041b26be38dadbfa119ede754fb7d57;hb=2bbfc3379be19a01094d55ac6ba53a1360f1797f;hp=0c45bcd4b4807ca662cb13f726d1c50329a52b32;hpb=0d3dee3cf6dc3518fb21d1014f5ebb5ea7f95434;p=freeside.git diff --git a/httemplate/misc/maestro-customer_status.html b/httemplate/misc/maestro-customer_status.html index 0c45bcd4b..8acae2b2a 100644 --- a/httemplate/misc/maestro-customer_status.html +++ b/httemplate/misc/maestro-customer_status.html @@ -3,11 +3,11 @@ my $return; -my($query) = $cgi->keywords; -if ( $query =~ /^(\d+)$/ ) { +my($custnum, $svcnum) = $cgi->keywords; +if ( $custnum =~ /^(\d+)$/ ) { use FS::Maestro; - $return = FS::Maestro::customer_status($1); + $return = FS::Maestro::customer_status($1, $svcnum); } else { $return = { 'error' => 'No custnum' };