parent
c50ba6eda5
commit
e4f91ef67a
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ class ArticlesCsv < RenderCsv
|
|||
def data
|
||||
@object.each do |o|
|
||||
yield [
|
||||
'',
|
||||
o.availability ? I18n.t('simple_form.yes') : I18n.t('simple_form.no'),
|
||||
o.order_number,
|
||||
o.name,
|
||||
o.note,
|
||||
|
|
Loading…
Reference in a new issue