Changed the lease 'payment' action to just point to the customer payment instead. Makes my life easier at the moment...

git-svn-id: file:///svn-source/pmgr/branches/invoice_receipt_20090629/site@223 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
abijah
2009-07-06 03:35:09 +00:00
parent fbd43fbbb2
commit 87f0d3217a

View File

@@ -213,8 +213,9 @@ class LeasesController extends AppController {
}
$this->sidemenu_links[] =
array('name' => 'Payment', 'url' => array('action' => 'payment',
$id));
array('name' => 'Payment', 'url' => array('controller' => 'customers',
'action' => 'payment',
$lease['Customer']['id']));
}
// Prepare to render