mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 13:15:43 +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:
		| @@ -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> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user