Fixed bug preventing customer links from working

git-svn-id: file:///svn-source/pmgr/branches/invoice_receipt_20090629/site@341 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
abijah
2009-07-15 07:55:40 +00:00
parent e8d12882cc
commit e457f87c42

View File

@@ -92,10 +92,6 @@ class LedgerEntriesController extends AppController {
),
);
$link['MonetarySource'] = array('fields' => array('name'));
$link['Customer'] = array('fields' => array('name'));
$link['Transaction'] = array('fields' => array('id', 'stamp'));
// We're searching for the Receipt<->A/R entries,
// which are debits on the A/R account. Find the
// reconciling entries to that A/R debit.