protect call to set_usage
[freeside.git] / httemplate / edit / process / svc_acct.cgi
index 0d2c007..0b272b5 100755 (executable)
@@ -70,6 +70,7 @@ if ( $svcnum ) {
                grep { $new->$_ }
                qw( seconds upbytes downbytes totalbytes );
 
+    $error ||= "invalid $_" foreach grep { $hash{$_} !~ /^\d+$/ } keys %hash;
     $error ||= $new->set_usage(\%hash);  #unoverlimit and trigger radius changes
     last;                                #once is enough
   }