Fixes #763: Added missing fields to CSV exports

This commit is contained in:
Jeremy Stretch
2017-01-03 14:52:56 -05:00
parent c7acc9ad69
commit cf64ef342f
2 changed files with 4 additions and 0 deletions

View File

@@ -408,6 +408,7 @@ class Rack(CreatedUpdatedModel, CustomFieldModel):
self.get_type_display() if self.type else '',
str(self.width),
str(self.u_height),
'True' if self.desc_units else '',
])
@property