See #6570. Tests for import cost schedule from csv and minor fix

This commit is contained in:
Massimo Fabbro
2026-01-23 11:01:50 +01:00
committed by Massimo Fabbro
parent f0b5ab860f
commit 714105b9fd
10 changed files with 106 additions and 1 deletions
-1
View File
@@ -169,7 +169,6 @@ class Csv2Ifc:
if not self.headers:
self.has_categories = True
self.has_rates = False
self.has_categories = False
self.has_formula = False
self.headers = {col: i for i, col in enumerate(row) if col}
if "RateSchedule" in self.headers and "RateID" in self.headers: