Files
crm.e5.pl/custom/Extension/modules/Notes/Ext/Vardefs/ecmquotes_notes.php

8 lines
174 B
PHP
Raw Normal View History

2024-04-27 09:23:34 +02:00
<?php
$dictionary['Note']['fields']['ecmquotes'] = array (
'name' => 'ecmquotes',
'type' => 'link',
'relationship' => 'ecmquotes_notes',
'source' =>'non-db',
);
?>