From 5bd39b3a93605d45b74b3cfcc447a1f64633ba7d Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 12 Jan 2011 06:26:42 +0000 Subject: fix otaker getting inserted and messing up discount reports; upgrade fixes db, RT#10876 --- httemplate/edit/process/cust_pkg_discount.html | 1 - 1 file changed, 1 deletion(-) (limited to 'httemplate/edit') 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')), -- cgit v1.2.1