mirror of
https://github.com/inventree/inventree-docs.git
synced 2025-04-28 05:36:46 +00:00
Fixed rendring issues
This commit is contained in:
parent
02acd177b7
commit
5e8f3793ab
@ -26,7 +26,13 @@ In addition to the default report context variables, the following context varia
|
|||||||
| build.status | The status of the build. 20 means 'Production' |
|
| build.status | The status of the build. 20 means 'Production' |
|
||||||
| build.bom_items | A query set with all bom items for the build |
|
| build.bom_items | A query set with all bom items for the build |
|
||||||
|
|
||||||
bom_items that can be looped using ```html {%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 |
|
| Variable | Description |
|
||||||
| --- | --- |
|
| --- | --- |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user