31 lines
1001 B
PHP
Executable File
31 lines
1001 B
PHP
Executable File
<?php
|
|
// created: 2011-10-06 14:08:31
|
|
$dictionary["EcmQuote"]["fields"]["accounts_ecmquotes_1"] = array (
|
|
'name' => 'accounts_ecmquotes_1',
|
|
'type' => 'link',
|
|
'relationship' => 'accounts_ecmquotes_1',
|
|
'source' => 'non-db',
|
|
'vname' => 'LBL_ACCOUNTS_ECMQUOTES_1_FROM_ACCOUNTS_TITLE',
|
|
);
|
|
$dictionary["EcmQuote"]["fields"]["accounts_ecmquotes_1_name"] = array (
|
|
'name' => 'accounts_ecmquotes_1_name',
|
|
'type' => 'relate',
|
|
'source' => 'non-db',
|
|
'vname' => 'LBL_ACCOUNTS_ECMQUOTES_1_FROM_ACCOUNTS_TITLE',
|
|
'save' => true,
|
|
'id_name' => 'accounts_eef45ccounts_ida',
|
|
'link' => 'accounts_ecmquotes_1',
|
|
'table' => 'accounts',
|
|
'module' => 'Accounts',
|
|
'rname' => 'name',
|
|
);
|
|
$dictionary["EcmQuote"]["fields"]["accounts_eef45ccounts_ida"] = array (
|
|
'name' => 'accounts_eef45ccounts_ida',
|
|
'type' => 'link',
|
|
'relationship' => 'accounts_ecmquotes_1',
|
|
'source' => 'non-db',
|
|
'reportable' => false,
|
|
'side' => 'right',
|
|
'vname' => 'LBL_ACCOUNTS_ECMQUOTES_1_FROM_ECMQUOTES_TITLE',
|
|
);
|