2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-04-27 21:26:43 +00:00

fixed format problems

This commit is contained in:
Michael 2022-04-20 17:40:53 +02:00 committed by GitHub
parent 5610913258
commit 02acd177b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ In addition to the default report context variables, the following context varia
| build.status | The status of the build. 20 means 'Production' |
| build.bom_items | A query set with all bom items for the build |
bom_items that can be looped using {%for line in build.bom_items %} Each bom_item line has further context variables.
bom_items that can be looped using ```html {%for line in build.bom_items %}``` Each bom_item line has further context variables.
| Variable | Description |
| --- | --- |
@ -68,7 +68,7 @@ sub_part.IPN: {{ line.sub_part.IPN }}
<br>
sub_part.name: {{ line.sub_part.name }}
<br>
sub_part.build_order_allocations: {{ line.sub_part.build_order_allocations}}
sub_part.build_order_allocations: {{ line.sub_part.build_order_allocations }}
<br>
........
<br>