diff options
author | ivan <ivan> | 2003-06-04 12:44:57 +0000 |
---|---|---|
committer | ivan <ivan> | 2003-06-04 12:44:57 +0000 |
commit | 4bf86e5f7f44e77159564804d09e0938a8edc905 (patch) | |
tree | 2ba0c85e5663e730109af8feb8b3fa876c741da5 /httemplate/search/cust_pkg.cgi | |
parent | 43b604bc300b40f8fad5191b805952dd543251f7 (diff) |
fix last bill label
Diffstat (limited to 'httemplate/search/cust_pkg.cgi')
-rwxr-xr-x | httemplate/search/cust_pkg.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/cust_pkg.cgi b/httemplate/search/cust_pkg.cgi index 538edf3f1..12179eaca 100755 --- a/httemplate/search/cust_pkg.cgi +++ b/httemplate/search/cust_pkg.cgi @@ -196,7 +196,7 @@ if ( scalar(@cust_pkg) == 1 ) { <TH><FONT SIZE=-1>Setup</FONT></TH> END - print '<TH><FONT SIZE=-1>Next<BR>bill</FONT></TH>' + print '<TH><FONT SIZE=-1>Last<BR>bill</FONT></TH>' if defined dbdef->table('cust_pkg')->column('last_bill'); print <<END; |