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 /httemplate/browse | |
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 'httemplate/browse')
-rwxr-xr-x | httemplate/browse/part_bill_event.cgi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/browse/part_bill_event.cgi b/httemplate/browse/part_bill_event.cgi index 7ec8a181a..81228f2ea 100755 --- a/httemplate/browse/part_bill_event.cgi +++ b/httemplate/browse/part_bill_event.cgi @@ -1,4 +1,4 @@ -<!-- $Id: part_bill_event.cgi,v 1.3 2002-01-30 18:22:54 ivan Exp $ --> +<!-- $Id: part_bill_event.cgi,v 1.4 2002-02-10 02:16:46 ivan Exp $ --> <% my %search; @@ -66,7 +66,7 @@ my $total = scalar(@part_bill_event); <% } %> <TR> - <TD COLSPAN=8><A HREF="<%= $p %>edit/part_bill_event.cgi"><I>Add a new billing event</I></A></TD> + <TD COLSPAN=8><A HREF="<%= $p %>edit/part_bill_event.cgi"><I>Add a new invoice event</I></A></TD> </TR> </TABLE> </BODY> |