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

Fixes:#1075::Uma::Report regression bug to display GenerateNow button on Modify conditions

parent d3631cc7
No related branches found
No related tags found
1 merge request!439Fixes:#1075::Uma::Report regression bug to display GenerateNow button on Modify conditions
......@@ -62,7 +62,7 @@ Vtiger_Detail_Js("Reports_Detail_Js",{},{
function(error,data){
app.helper.hideProgress();
thisInstance.getContentHolder().find('#reportContentsDiv').html(data);
jQuery('.reportActionButtons').addClass('hide');
if(currentMode == 'save') jQuery('.reportActionButtons').addClass('hide');
// app.helper.showHorizontalScroll(jQuery('#reportDetails'));
// To get total records count
......
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