2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-04-28 13:46:54 +00:00

Fixed formatting

This commit is contained in:
Michael 2022-04-19 21:49:29 +02:00 committed by GitHub
parent a19058bc37
commit 5610913258
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,6 +77,7 @@ sub_part.build_order_allocations: {{ line.sub_part.build_order_allocations}}
This will result in: This will result in:
```text
reference: 0001 reference: 0001
quantity: 10 quantity: 10
title: BO0001 title: BO0001
@ -101,3 +102,4 @@ sub_part.IPN: ANA-000002-001
sub_part.name: L7805 sub_part.name: L7805
sub_part.build_order_allocations: <QuerySet [<BuildItem: BuildItem object (5)>]> sub_part.build_order_allocations: <QuerySet [<BuildItem: BuildItem object (5)>]>
........ ........
```