Fixed bug preventing customer links from working
git-svn-id: file:///svn-source/pmgr/branches/invoice_receipt_20090629@341 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
@@ -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,
|
// We're searching for the Receipt<->A/R entries,
|
||||||
// which are debits on the A/R account. Find the
|
// which are debits on the A/R account. Find the
|
||||||
// reconciling entries to that A/R debit.
|
// reconciling entries to that A/R debit.
|
||||||
|
|||||||
Reference in New Issue
Block a user