Files
crm.twinpol.com/custom/Extension/modules/Notes/Ext/Vardefs/ecmquotes_notes.php

8 lines
167 B
PHP
Raw Normal View History

2025-05-12 15:44:39 +00:00
<?php
$dictionary['Note']['fields']['ecmquotes'] = array (
'name' => 'ecmquotes',
'type' => 'link',
'relationship' => 'ecmquotes_notes',
'source' =>'non-db',
);
?>