Commit 2c710e68 by Luciano Barletta

added missing suspension weight

1 parent 2af7d98c
...@@ -243,7 +243,7 @@ class PDF1 { ...@@ -243,7 +243,7 @@ class PDF1 {
), ),
new Text( 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), new Vector(90, Pos.middle + 5),
tiny_body, tiny_body,
"center" "center"
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!