Commit 362d1397 authored by Frank Bergmann's avatar Frank Bergmann

Fixed bug in Revenue by Department report

parent 17d59d3a
......@@ -74,7 +74,7 @@ foreach dept $dept_list {
var dept = item.series.yField;
var url = '/intranet-reporting-dashboard/revenue-by-dept-details';
url = url + '?date='+date;
url = url +'&dept='+dept +'&dept_sql=[im_quotejson $diagram_dept_sql]';
url = url +'&dept='+dept +'&dept_sql=[ns_quotehtml $diagram_dept_sql]';
window.open(url, '_blank');
}
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment