YetiForceCompany/YetiForceCRM

View on GitHub
modules/SQuotes/ConfigTemplate.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
<?php
/**
 * SQuotes module config.
 *
 * @copyright YetiForce S.A.
 * @license   YetiForce Public License 6.5 (licenses/LicenseEN.txt or yetiforce.com)
 */
return [
    'INVENTORY_ON_SELECT_AUTO_COMPLETE' => [
        'default' => [
            'description' => [
                'ref' => 'getInventoryListName',
            ],
            'price' => [
                'ref' => 'getInventoryPrice',
            ],
        ],
        'description' => 'List of fields read from related module'
    ]
];