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:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user