Skip to content
Snippets Groups Projects
Commit ad041da7 authored by Uma's avatar Uma
Browse files

Fixes #1033 ::Uma:: Advance filter on combo box is addressed

parent b1962cfd
No related branches found
No related tags found
1 merge request!455Fixes #1033 ::Uma:: Advance filter on combo box is addressed
......@@ -217,8 +217,6 @@ jQuery.Class("Vtiger_AdvanceFilter_Js",{
var fieldSelected = fieldSelect.find('option:selected');
var fieldSpecificType = this.getFieldSpecificType(fieldSelected)
var conditionList = this.getConditionListFromType(fieldSpecificType);
console.log('Condition list is => ');
console.log(conditionList);
var fieldInfo = fieldSelected.data('fieldinfo');
if(typeof fieldInfo != 'undefined') {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment