From c980083d90ee8796d8241686390048aee6d4fff9 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 18 Dec 2001 19:36:21 +0000 Subject: [PATCH] another dum tyop --- httemplate/edit/cust_bill_pay.cgi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/httemplate/edit/cust_bill_pay.cgi b/httemplate/edit/cust_bill_pay.cgi index 61c8a1785..793ed1009 100755 --- a/httemplate/edit/cust_bill_pay.cgi +++ b/httemplate/edit/cust_bill_pay.cgi @@ -1,5 +1,5 @@ <% -# +# use strict; use vars qw( $cgi $query $custnum $paynum $amount $invnum $p1 $otaker $cust_pay ); @@ -48,7 +48,7 @@ print "Payment # $paynum". qq!!. '
Date: '. time2str("%D", $cust_pay->_date). ''. '
Amount: $'. $cust_pay->paid. ''. - "
Unapplied amount: \$$unapplied". + "
Unapplied amount: \$$unapplied" ; my @cust_bill = grep $_->owed != 0, -- 2.11.0