Renamed the menu items for invoice and receipt creation.

git-svn-id: file:///svn-source/pmgr/branches/yafr_20090716@522 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
abijah
2009-08-11 01:06:28 +00:00
parent 4f11e27a76
commit b1a7f41934
2 changed files with 6 additions and 6 deletions

View File

@@ -251,7 +251,7 @@ class CustomersController extends AppController {
if ($show_payment || $outstanding_balance > 0)
$this->sidemenu_links[] =
array('name' => 'Payment',
array('name' => 'New Receipt',
'url' => array('action' => 'receipt',
$id));