diff options
Diffstat (limited to 'app/views/referentials/show.html.slim')
| -rw-r--r-- | app/views/referentials/show.html.slim | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/referentials/show.html.slim b/app/views/referentials/show.html.slim index 33dc07567..0abeb0669 100644 --- a/app/views/referentials/show.html.slim +++ b/app/views/referentials/show.html.slim @@ -43,7 +43,7 @@              [ \                TableBuilderHelper::Column.new( \                  name: t('id_codif'), \ -                attribute: Proc.new { |n| n.get_objectid.local_id }, \ +                attribute: Proc.new { |n| n.get_objectid.short_id }, \                  sortable: false \                ), \                TableBuilderHelper::Column.new( \  | 
