Commit ce45776a authored by Pierre-Antoine Rouby's avatar Pierre-Antoine Rouby
Browse files

HS: Basic: Fix load sql request.

Showing with 2 additions and 1 deletion
+2 -1
...@@ -97,7 +97,8 @@ class BasicHS(SQLSubModel): ...@@ -97,7 +97,8 @@ class BasicHS(SQLSubModel):
table = execute( table = execute(
"SELECT id, name, type, enabled, hs " + "SELECT id, name, type, enabled, hs " +
"FROM hydraulic_structures_basic " "FROM hydraulic_structures_basic " +
f"WHERE hs = {data['hs_id']} "
) )
for row in table: for row in table:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment