Preventing moved-out leases in sitelink data from being closed, since the security deposit hasn't been released. Added a temporary function to release the deposit, so I can manually release and close the few leases needed.
git-svn-id: file:///svn-source/pmgr/branches/yafr_20090716@510 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
@@ -962,7 +962,7 @@ foreach $row (@{query($sdbh, $query)}) {
|
||||
'lease_date' => datefmt($row->{'DateIn'}),
|
||||
'movein_date' => datefmt($row->{'DateIn'}),
|
||||
'moveout_date' => datefmt($row->{'DateOut'}),
|
||||
'close_date' => datefmt($row->{'DateClosed'}),
|
||||
#'close_date' => datefmt($row->{'DateClosed'}),
|
||||
'rent' => $row->{'Rent'},
|
||||
#'comment' => "LedgerID: $row->{'LedgerID'}",
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user