Skip to content
Snippets Groups Projects
Commit 927e8e15 authored by Fernando Gbur dos Santos's avatar Fernando Gbur dos Santos
Browse files

[FIX] matchQueries() parameters switched

parent 7f3c3d5f
No related branches found
No related tags found
3 merge requests!434Homologa,!419[FIX] Updating rate_school_new,!418Attendance rate fix
......@@ -316,7 +316,7 @@ rqf.addField({
to match them right.
*/
function matchQueries(queryTotal, queryPartial) {
function matchQueries(queryPartial, queryTotal) {
let match = [];
queryTotal.forEach((result) => {
let newObj = {};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment