Commit 2c710e68 by Luciano Barletta

added missing suspension weight

1 parent 2af7d98c
......@@ -243,7 +243,7 @@ class PDF1 {
),
new Text(
["Peso", `${data['peso_estatico_1']} kg`],
["Peso", `${data['peso_estatico_1']} kg`, `${data['peso_estatico_2']} kg`],
new Vector(90, Pos.middle + 5),
tiny_body,
"center"
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!