Fixed bug for receipt linking to lease ID instead of customer ID
git-svn-id: file:///svn-source/pmgr/branches/invoice_receipt_20090629/site@269 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
@@ -309,7 +309,7 @@ class LeasesController extends AppController {
|
|||||||
$this->sidemenu_links[] =
|
$this->sidemenu_links[] =
|
||||||
array('name' => 'Payments', 'url' => array('controller' => 'customers',
|
array('name' => 'Payments', 'url' => array('controller' => 'customers',
|
||||||
'action' => 'receipt',
|
'action' => 'receipt',
|
||||||
$id));
|
$lease['Customer']['id']));
|
||||||
}
|
}
|
||||||
|
|
||||||
// Prepare to render
|
// Prepare to render
|
||||||
|
|||||||
Reference in New Issue
Block a user