GVBA#39385: Sortering wordt niet meer meegenomen naar printoverzicht.

svn path=/Website/branches/v2016.3/; revision=32722
This commit is contained in:
Maykel Geerdink
2017-02-06 14:58:42 +00:00
parent 00a83290b7
commit a362edfbd1

View File

@@ -553,7 +553,7 @@ function __rsProcessResultset(processParams) // processParams wordt blind aan al
else // moeten we complexer strippen
{
autosortby = xx.text();
autosortby = autosortby.substring(0, autosortby.length - 2); // indicator er af
autosortby = autosortby.substring(0, autosortby.length - 1); // Spatie er af halen. Font Awsome teken is een html <i> tag/element en geen karakter.
}
}
if (xx.hasClass("sorttable_sorted_reverse"))