summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--httemplate/misc/sales.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/sales.cgi b/httemplate/misc/sales.cgi
index 2b6406a68..5d9d6c6d1 100644
--- a/httemplate/misc/sales.cgi
+++ b/httemplate/misc/sales.cgi
@@ -1,7 +1,7 @@
<% encode_json( \@return ) %>\
<%init>
-my( $agentnum ) = $cgi->param('arg');
+my $agentnum = scalar($cgi->param('arg'));
my %hash = ( 'disabled' => '' );
if ( $agentnum > 0 ) {