mirror of
https://github.com/openMF/community-app.git
synced 2026-02-06 13:51:55 +00:00
TSS-58 legal form comparison moved to lower case
This commit is contained in:
parent
077defcf58
commit
8fb96867e0
@ -282,7 +282,7 @@
|
||||
|
||||
|
||||
scope.entitySubTypeFilter = function (datatable) {
|
||||
if (datatable.entitySubType === scope.entitySubType) {
|
||||
if (datatable.entitySubType.toLowerCase() === scope.entitySubType.toLowerCase()) {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user