diff options
author | mark <mark> | 2010-03-09 21:57:52 +0000 |
---|---|---|
committer | mark <mark> | 2010-03-09 21:57:52 +0000 |
commit | 2dbf3fa84c7825aa02e168bc07a167ca9ad79620 (patch) | |
tree | 317bccc51f934e9b9425280c03e711168ab3c6e6 /httemplate/edit/process | |
parent | e84081ace9a19bd8007a74e8c062f4bc8d573e5d (diff) |
RT#7407, variable length prepaid card codes
Diffstat (limited to 'httemplate/edit/process')
-rw-r--r-- | httemplate/edit/process/prepay_credit.cgi | 1 |
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 ); |