Add availability_short header to ArticlesCsv (fixes #854)
This commit is contained in:
parent
4b7cbf111f
commit
07c8393c8c
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ class ArticlesCsv < RenderCSV
|
|||
|
||||
def header
|
||||
[
|
||||
'',
|
||||
Article.human_attribute_name(:availability_short),
|
||||
Article.human_attribute_name(:order_number),
|
||||
Article.human_attribute_name(:name),
|
||||
Article.human_attribute_name(:note),
|
||||
|
|
Loading…
Reference in a new issue