mirror of
https://github.com/salesagility/SuiteCRM.git
synced 2025-03-17 06:42:43 +00:00
SugarEmailAddress: removing console.log
(cherry picked from commit d3b8885
)
This commit is contained in:
parent
fef10f97ac
commit
e77ed29017
1 changed files with 0 additions and 1 deletions
|
@ -446,7 +446,6 @@
|
|||
}
|
||||
|
||||
var primaryFound = ($('[name='+ module + id +'emailAddressPrimaryFlag]:checked').length != 0);
|
||||
console.log("primaryFound", primaryFound);
|
||||
if (primaryFound == false) {
|
||||
$('#' + module + id + 'emailAddressPrimaryFlag0').prop('checked', true);
|
||||
$('#' + module + id + 'emailAddressPrimaryFlag0').val(module + id + 'emailAddress0');
|
||||
|
|
Loading…
Reference in a new issue