Skip to content
Snippets Groups Projects
Commit 713f7143 authored by buczekp's avatar buczekp
Browse files

[SE-255] sort subcodes alphanumericaly

SVN: 16366
parent e69a002f
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ class ColumnSortUtils
private static <T> boolean isAlphanum(final IColumnDefinition<T> field)
{
return field.getIdentifier().equals("CODE");
return field.getIdentifier().contains("CODE");
}
@SuppressWarnings("unchecked")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment