Created
April 22, 2015 19:40
-
-
Save dmulvi/fa3d02f55f544585593a to your computer and use it in GitHub Desktop.
Disable Duplicate Checking for a module in SugarCRM
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* This will turn off duplicate checking for the module. | |
Put the file in this directory: | |
custom/Extension/modules/MODULE/Ext/Vardefs/ | |
and Quick Repair/Rebuild */ | |
$dictionary['MODULE']['duplicate_check']['FilterDuplicateCheck']['filter_template'] = array(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
OK, thank you for responding