Fix a couple of bugs

This commit is contained in:
2025-04-25 23:14:10 +02:00
parent 647894bca7
commit a2c857a3cd
3 changed files with 7 additions and 3 deletions

View File

@@ -273,11 +273,11 @@ class RollingStockAdmin(SortableAdminBase, admin.ModelAdmin):
settings.CSV_SEPARATOR_ALT.join(
t.name for t in obj.tags.all()
),
obj.decoder_interface,
obj.get_decoder_interface_display(),
obj.decoder,
obj.address,
obj.purchase_date,
obj.shop,
obj.purchase_date,
obj.price,
properties,
]