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)
|
||||
item['id']
|
||||
item.identifier.without_ext.split('/').last
|
||||
end
|
||||
|
||||
def all_groups
|
||||
|
|
Loading…
Reference in a new issue