Skip to content
Snippets Groups Projects

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

Merged Fixes:#1075::Uma::Report regression bug to display GenerateNow button on Modify conditions
Merged Uma requested to merge uma.s/vtigercrm:Report_regression_bug into master
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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
Loading