Added in security deposit information to the lease view
git-svn-id: file:///svn-source/pmgr/branches/ledger_transactions_20090605@86 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
@@ -57,8 +57,8 @@ $rows = array(array('ID', $lease['id']),
|
||||
|
||||
|
||||
echo $this->element('table',
|
||||
array('class' => 'item account detail',
|
||||
'caption' => 'Account Detail',
|
||||
array('class' => 'item lease detail',
|
||||
'caption' => 'Lease Detail',
|
||||
'rows' => $rows,
|
||||
'column_class' => array('field', 'value')));
|
||||
|
||||
@@ -70,8 +70,11 @@ echo $this->element('table',
|
||||
?>
|
||||
|
||||
<DIV CLASS="infobox">
|
||||
<DIV CLASS="summary balance">
|
||||
Account Balance: <?php echo FormatHelper::currency($balance); ?>
|
||||
<DIV CLASS="summary grand deposit">
|
||||
Security Deposit: <?php echo FormatHelper::currency($outstandingDeposit); ?>
|
||||
</DIV>
|
||||
<DIV CLASS="summary grand balance">
|
||||
Balance: <?php echo FormatHelper::currency($outstandingBalance); ?>
|
||||
</DIV>
|
||||
</DIV>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user