FSN#35817 Autorisaties via API2/Scaffolding
svn path=/Website/trunk/; revision=28619
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user