summaryrefslogtreecommitdiff
path: root/httemplate/browse
diff options
context:
space:
mode:
authorivan <ivan>2002-02-10 02:16:47 +0000
committerivan <ivan>2002-02-10 02:16:47 +0000
commitc828daa905491e65deb30a2ed34af609cdb96b99 (patch)
tree3716828b64701eceeea4e2f95ba44a3ff60c49cf /httemplate/browse
parent298b8d9a262265fe7106da1ff552ce6778237034 (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-xhttemplate/browse/part_bill_event.cgi4
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>