summaryrefslogtreecommitdiff
path: root/httemplate/edit/process
diff options
context:
space:
mode:
authormark <mark>2010-03-09 21:58:10 +0000
committermark <mark>2010-03-09 21:58:10 +0000
commitf889577c8de7610b4202ffb1ad5666bcf54cffa6 (patch)
treea5493463b740365532b7ef86ecca598ad1e06e25 /httemplate/edit/process
parenteaa1ac54042d1aeef25ec0264d9ab20d4bdc1c0a (diff)
RT#7407, variable length prepaid card codes
Diffstat (limited to 'httemplate/edit/process')
-rw-r--r--httemplate/edit/process/prepay_credit.cgi1
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/edit/process/prepay_credit.cgi b/httemplate/edit/process/prepay_credit.cgi
index 8f2eb2b25..a55522b86 100644
--- a/httemplate/edit/process/prepay_credit.cgi
+++ b/httemplate/edit/process/prepay_credit.cgi
@@ -56,6 +56,7 @@ $hashref->{totalbytes} = $cgi->param('totalbytes') * $cgi->param('totalmultiplie
$error ||= FS::prepay_credit::generate( $num,
scalar($cgi->param('type')),
+ $cgi->param('length'),
$hashref
);