diff options
Diffstat (limited to 'httemplate/misc/bulk_pkg_increment_bill.cgi')
-rwxr-xr-x | httemplate/misc/bulk_pkg_increment_bill.cgi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/misc/bulk_pkg_increment_bill.cgi b/httemplate/misc/bulk_pkg_increment_bill.cgi index 79bc0cd3e..d594b558a 100755 --- a/httemplate/misc/bulk_pkg_increment_bill.cgi +++ b/httemplate/misc/bulk_pkg_increment_bill.cgi @@ -1,4 +1,4 @@ -<% include('/elements/header-popup.html', "Increment Bill Date") %> +<% include('/elements/header-popup.html', "Increment Next Bill Date") %> % if ( $cgi->param('error') ) { <FONT SIZE="+1" COLOR="#ff0000">Error: <% $cgi->param('error') %></FONT> @@ -36,7 +36,7 @@ </TABLE> <BR> -<INPUT TYPE="submit" VALUE="Increment bill date"> +<INPUT TYPE="submit" VALUE="Increment next bill date"> </FORM> </BODY> |