diff options
author | Ivan Kohler <ivan@freeside.biz> | 2014-04-27 14:19:59 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2014-04-27 14:19:59 -0700 |
commit | a7d8494c57376bfc493fbaa234b250cc86a79a94 (patch) | |
tree | 71c2443321738bccb4c6bbaa0e4f1495e6c099da /httemplate/misc/change_pkg.cgi | |
parent | 14b88b83f22a15b5abb5ba94328f213923a3bb95 (diff) |
"on hold" package ordering and status, RT#28508
also
even with flag set to do so, don't adjust bill dates forward on a package which is billing while suspended, RT#27882
Diffstat (limited to 'httemplate/misc/change_pkg.cgi')
-rwxr-xr-x | httemplate/misc/change_pkg.cgi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/httemplate/misc/change_pkg.cgi b/httemplate/misc/change_pkg.cgi index 5b4a3dea9..1b4a94e81 100755 --- a/httemplate/misc/change_pkg.cgi +++ b/httemplate/misc/change_pkg.cgi @@ -59,8 +59,6 @@ 'name' => 'start_date', 'value' => ($cgi->param('start_date') || $cust_main->next_bill_date), } &> - <IMG SRC="<%$fsurl%>images/calendar-disabled.png" \ - ID="start_date_button_disabled" STYLE="display:none"> </TD> </TR> </TABLE> |