Fix abbreviation again
This commit is contained in:
parent
7b494636e6
commit
15b7ddfdfd
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ module VerenigingenHelper
|
||||||
|
|
||||||
|
|
||||||
def abbreviation(item)
|
def abbreviation(item)
|
||||||
item['id']
|
item.identifier.without_ext.split('/').last
|
||||||
end
|
end
|
||||||
|
|
||||||
def all_groups
|
def all_groups
|
||||||
|
|
Loading…
Reference in a new issue