Several minor changes including a couple minor bugfixes.

git-svn-id: file:///svn-source/pmgr/branches/surplus_account_20090815@592 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
abijah
2009-08-17 02:15:02 +00:00
parent 4afe0bd77b
commit 90ecbda541
8 changed files with 45 additions and 19 deletions

View File

@@ -212,7 +212,6 @@ class UnitsController extends AppController {
),
'conditions' => array('Unit.id' => $id),
));
$unit['Unit'] = $unit[0] + $unit['Unit'];
// Get the balance on each lease.
foreach ($unit['Lease'] AS &$lease) {