Added some revisit comments for move-out.

git-svn-id: file:///svn-source/pmgr/branches/invoice_receipt_20090629@203 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
abijah
2009-07-02 20:05:56 +00:00
parent 504f1e7cc0
commit a796e9e82d

View File

@@ -43,6 +43,14 @@ echo $form->create(null, array('id' => 'move-out-form',
'url' => array('controller' => 'leases', 'url' => array('controller' => 'leases',
'action' => 'move_out'))); 'action' => 'move_out')));
// REVISIT <AP>: 20090702
// Ask how to handle the security deposit
// (apply to rent, damages, cleaning, etc).
// Possibly provide a move-out date.
// Let user select the next unit status
// (DAMAGED, COMPANY, UNAVAILABLE, RESERVED, DIRTY, VACANT)
if ($multiple) { if ($multiple) {
$options = array(); $options = array();
foreach ($data['Lease'] AS $lease) foreach ($data['Lease'] AS $lease)