2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-06-13 10:45:32 +00:00

Update build.md

This commit is contained in:
Michael
2022-04-19 21:47:47 +02:00
committed by GitHub
parent 974ac97885
commit a19058bc37

View File

@ -37,7 +37,7 @@ bom_items that can be looped using {%for line in build.bom_items %} Each bom_ite
A very simple example wihtout any html formatting:
'''HTML
```html
reference: {{reference }}
<br>
quantity: {{ quantity }}
@ -73,7 +73,7 @@ sub_part.build_order_allocations: {{ line.sub_part.build_order_allocations}}
........
<br>
{% endfor %}
'''
```
This will result in: