correction bug with saving data for lateral contributions adisTS

dev_dylan
Dylan Jeannin 2026-04-29 15:33:00 +02:00
parent b6895ae99c
commit b3d631943c
1 changed files with 2 additions and 2 deletions

View File

@ -379,7 +379,7 @@ class LateralContributionAdisTS(SQLSubModel):
"VALUES (" +
f"{self.id}, {self._db_format(self.is_deleted())}, " +
f"{self._pollutant}, {self.reach}, " +
f"{self._begin_rk}, {self._end_rk}" +
f"{self._begin_rk}, {self._end_rk}, " +
f"{self._status.scenario_id}" +
")"
)