summaryrefslogtreecommitdiff
path: root/httemplate/edit
diff options
context:
space:
mode:
authorivan <ivan>2011-01-12 06:26:42 +0000
committerivan <ivan>2011-01-12 06:26:42 +0000
commit5bd39b3a93605d45b74b3cfcc447a1f64633ba7d (patch)
tree38c702d003173d9bbd5d4946fa8a623af99697c0 /httemplate/edit
parentf09bfd28e16b27d8d62c81abebb8062223ce0114 (diff)
fix otaker getting inserted and messing up discount reports; upgrade fixes db, RT#10876
Diffstat (limited to 'httemplate/edit')
-rw-r--r--httemplate/edit/process/cust_pkg_discount.html1
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')),