fix: Add missing semicolon

This commit is contained in:
deepeshgarg007
2019-12-06 19:59:54 +05:30
parent a40dbd0384
commit 778d7595aa

View File

@@ -73,7 +73,7 @@ frappe.query_reports["GSTR-1"] = {
open_url_post(frappe.request.url, args);
}
}
})
});
});
}
}