From a15466df50a830c2e2a146b3708f47e838339d41 Mon Sep 17 00:00:00 2001 From: abijah Date: Wed, 12 Aug 2009 23:16:17 +0000 Subject: [PATCH] Fixed bug causing a $0.00 security deposit charge on the move-in invoice git-svn-id: file:///svn-source/pmgr/branches/yafr_20090716/site@541 97e9348a-65ac-dc4b-aefc-98561f571b83 --- views/leases/invoice.ctp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/leases/invoice.ctp b/views/leases/invoice.ctp index 30edd1b..5345e31 100644 --- a/views/leases/invoice.ctp +++ b/views/leases/invoice.ctp @@ -331,7 +331,7 @@ Configure::write('debug', '0'); ' value="">'); $("#TransactionComment").val('Move-In Charges'); - + id = addChargeSource(false); $('#Entry'+id+'Form').removeCol(2); $('#Entry'+id+'Form input, #Entry'+id+'Form select').attr('disabled', true);