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:
@@ -213,8 +213,9 @@ class LeasesController extends AppController {
|
|||||||
}
|
}
|
||||||
|
|
||||||
$this->sidemenu_links[] =
|
$this->sidemenu_links[] =
|
||||||
array('name' => 'Payment', 'url' => array('action' => 'payment',
|
array('name' => 'Payment', 'url' => array('controller' => 'customers',
|
||||||
$id));
|
'action' => 'payment',
|
||||||
|
$lease['Customer']['id']));
|
||||||
}
|
}
|
||||||
|
|
||||||
// Prepare to render
|
// Prepare to render
|
||||||
|
|||||||
Reference in New Issue
Block a user