Change plant_before formatting method to to_fs

This commit is contained in:
Daniel O'Connor
2026-05-02 14:47:43 +09:30
committed by GitHub
parent 1281795c97
commit 5a7f41537f

View File

@@ -32,7 +32,7 @@ csv.headers :id,
csv.cell :quantity
csv.cell :plant_before, s.plant_before ? s.plant_before.to_s(:db) : ''
csv.cell :plant_before, s.plant_before ? s.plant_before.to_fs(:db) : ''
csv.cell :tradable_to
csv.cell :from_location, s.owner.location