TWYN#54198 contractanten bestand

svn path=/Website/branches/v2018.1/; revision=38870
This commit is contained in:
Jos Groot Lipman
2018-08-20 15:02:32 +00:00
parent cbfbad2fa2
commit 1b4e90fb69

View File

@@ -1568,7 +1568,7 @@ function generic_REST_GET(model, gparams)
}
else
{
if (!params.filter.nolimit) // Dan niet (Excel, CSV)
if (!params.filter.nolimit && !(gparams.GET.filter && gparams.GET.filter.nolimit)) // Dan niet (Excel, CSV, budgetmutaties)
var sql = "SELECT * FROM (" + sql + ") WHERE ROWNUM <= " + (maxcnt + 1); // Eentje extra om overflow-melding te triggeren in resultsettable
}