FSN#35817 Autorisaties via API2/Scaffolding

svn path=/Website/trunk/; revision=28619
This commit is contained in:
Jos Groot Lipman
2016-03-24 13:05:59 +00:00
parent f026a8ac56
commit 70ff82f700

View File

@@ -45,7 +45,7 @@
if (rapport.styling && (rapport.styling.id & 2)) // view proc doen we 'old style'
Response.Redirect("fac_usrrap_search.asp?usrrap_key=" + usrrap_key);
var params = { transit: { name: "usrrap_key", val: usrrap_key },
var params = { transit: { "usrrap_key": usrrap_key },
search: { requires: { js: ["./fac_report.js"] }}
};
if ("estimated_rows" in rapport && rapport.estimated_rows < 250)