diff options
author | ivan <ivan> | 2011-01-12 06:26:43 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-01-12 06:26:43 +0000 |
commit | 2ea39f5aa637640500b8dcb082408968cbedf70e (patch) | |
tree | b3aa01a99c1ff9d59ae583e3d2c5b6c454dc83d3 /httemplate | |
parent | ab52952fa6ea07e3bbda68ec356d018ef5649052 (diff) |
fix otaker getting inserted and messing up discount reports; upgrade fixes db, RT#10876
Diffstat (limited to 'httemplate')
-rw-r--r-- | httemplate/edit/process/cust_pkg_discount.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/httemplate/edit/process/cust_pkg_discount.html b/httemplate/edit/process/cust_pkg_discount.html index e3249d79c..ad9842a89 100644 --- a/httemplate/edit/process/cust_pkg_discount.html +++ b/httemplate/edit/process/cust_pkg_discount.html @@ -34,7 +34,6 @@ my $cust_pkg_discount = new FS::cust_pkg_discount { 'discountnum' => scalar($cgi->param('discountnum')), 'months_used' => 0, 'end_date' => '', #XXX - 'otaker' => $curuser->username, #for the create a new discount case '_type' => scalar($cgi->param('discountnum__type')), 'amount' => scalar($cgi->param('discountnum_amount')), |