Skip to content
Snippets Groups Projects
Commit c79c2028 authored by vtigerosm's avatar vtigerosm
Browse files

Search in Inventory Popup

parents 3c96d58f 5045333c
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,10 @@ Vtiger_Popup_Js('Inventory_Popup_Js',{},{
params['productid'] = parentProductId;
params['view'] = 'SubProductsPopupAjax';
}
params['module'] = jQuery('#EditView').find('[name="module"]').val();
var module = jQuery('#EditView').find('[name="module"]').val();
if(typeof module != "undefined") {
params['module'] = module;
}
return params;
},
......
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