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:
Michael 2023-01-25 21:04:07 +01:00 committed by GitHub
parent e870b0c9b6
commit 3d5be5a5c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -145,10 +145,10 @@ table td.expand {
<tr>
<td>
<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 class='part-text'>
{{ line.part.full_name }}
{{ line.sub_part.full_name }}
</div>
</td>
<td>{% decimal line.quantity %}</td>