Fix additional component BOM table layout
This commit is contained in:
parent
1f8d8b3f8d
commit
c7dcac4893
@ -111,9 +111,9 @@ def gv_additional_component_table(component):
|
|||||||
Tr(
|
Tr(
|
||||||
[
|
[
|
||||||
Td(bom_bubble(subitem.bom_id)),
|
Td(bom_bubble(subitem.bom_id)),
|
||||||
Td(f"{subitem.bom_qty}"),
|
Td(f"{subitem.bom_qty}", align="right"),
|
||||||
Td(f"{subitem.qty.unit if subitem.qty.unit else 'x'}"),
|
Td(f"{subitem.qty.unit if subitem.qty.unit else 'x'}", align="left"),
|
||||||
Td(f"{subitem.description}"),
|
Td(f"{subitem.description}", align="left"),
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user