mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Fixed error in default BOM report (#4257)
* Enable rendering of table in Notes markdown into reports * fixed style problems * Fixed error in default BOM report * Delete bla ups, left over
This commit is contained in:
parent
e870b0c9b6
commit
3d5be5a5c7
@ -145,10 +145,10 @@ table td.expand {
|
|||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<div class='thumb-container'>
|
<div class='thumb-container'>
|
||||||
<img src='{% part_image line.part %}' class='part-thumb'>
|
<img src='{% part_image line.sub_part %}' class='part-thumb'>
|
||||||
</div>
|
</div>
|
||||||
<div class='part-text'>
|
<div class='part-text'>
|
||||||
{{ line.part.full_name }}
|
{{ line.sub_part.full_name }}
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
<td>{% decimal line.quantity %}</td>
|
<td>{% decimal line.quantity %}</td>
|
||||||
|
Loading…
Reference in New Issue
Block a user