diff options
author | ivan <ivan> | 2002-02-10 02:16:47 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-02-10 02:16:47 +0000 |
commit | c828daa905491e65deb30a2ed34af609cdb96b99 (patch) | |
tree | 3716828b64701eceeea4e2f95ba44a3ff60c49cf /htetc | |
parent | 298b8d9a262265fe7106da1ff552ce6778237034 (diff) |
pro-rating w/ web interface, tested (closes: Bug#313).
view/cust_bill.cgi invoice view shows invoice events!
fix bug where adding events with no name silently failed instead of giving
an error
add new comission plans
Diffstat (limited to 'htetc')
-rw-r--r-- | htetc/handler.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htetc/handler.pl b/htetc/handler.pl index 29e759a68..37f2d3766 100644 --- a/htetc/handler.pl +++ b/htetc/handler.pl @@ -68,7 +68,7 @@ sub handler use FS::Record qw(qsearch qsearchs fields dbdef); use FS::Conf; use FS::CGI qw(header menubar popurl table itable ntable idiot eidiot - small_custviewm myexit); + small_custview myexit); use FS::agent; use FS::agent_type; |