mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-01 20:48:23 +08:00
Generate correct format for create at at print time [SCI-7351] (#4547)
This commit is contained in:
parent
98c32fda78
commit
9639e30c72
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ module LabelTemplates
|
|||
when 'ADDED_BY'
|
||||
@repository_row.created_by.full_name
|
||||
when 'ADDED_ON'
|
||||
@repository_row.created_at.to_s
|
||||
I18n.l(@repository_row.created_at, format: :full)
|
||||
when 'LOGO'
|
||||
logo
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue