diff options
author | ivan <ivan> | 2001-12-26 06:02:48 +0000 |
---|---|---|
committer | ivan <ivan> | 2001-12-26 06:02:48 +0000 |
commit | a34643588e65fc3272ec7bb2865aeb05a620dfc8 (patch) | |
tree | c42987678a7dd6c1d4fba84c025ec65c558a84e1 /httemplate/edit/cust_pay.cgi | |
parent | f91771606ce8a2bb4f2fa44e7bf54c9b7c945db6 (diff) |
UI
Diffstat (limited to 'httemplate/edit/cust_pay.cgi')
-rwxr-xr-x | httemplate/edit/cust_pay.cgi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/edit/cust_pay.cgi b/httemplate/edit/cust_pay.cgi index 38654e98d..83f3cb872 100755 --- a/httemplate/edit/cust_pay.cgi +++ b/httemplate/edit/cust_pay.cgi @@ -1,5 +1,5 @@ <% -#<!-- $Id: cust_pay.cgi,v 1.9 2001-12-26 05:19:01 ivan Exp $ --> +#<!-- $Id: cust_pay.cgi,v 1.10 2001-12-26 06:02:48 ivan Exp $ --> use strict; use vars qw( $cgi $link $linknum $p1 $_date $payby $payinfo $paid $quickpay ); @@ -96,7 +96,7 @@ if ( $link eq 'invnum' ) { } } - print '</TD></TR></TABLE>'; + print '</TD></TR></TABLE><BR><BR>'; $custnum = $cust_bill->custnum; |