mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-11-03 22:55:43 +00:00 
			
		
		
		
	- Use `line.part` instead of `part`
(cherry picked from commit 2431fc6d58)
Co-authored-by: Oliver <oliver.henry.walters@gmail.com>
			
			
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							be3b22ce36
						
					
				
				
					commit
					92a4989a8d
				
			@@ -22,7 +22,7 @@
 | 
			
		||||
{% for line in lines %}
 | 
			
		||||
<tr style="height: 2.5rem; border-bottom: 1px solid">
 | 
			
		||||
    <td style='padding-left: 1em;'>
 | 
			
		||||
        <a href='{{ line.link }}'>{{ line.part.full_name }}</a>{% if part.description %} - <em>{{ part.description }}</em>{% endif %}
 | 
			
		||||
        <a href='{{ line.link }}'>{{ line.part.full_name }}</a>{% if line.part.description %} - <em>{{ line.part.description }}</em>{% endif %}
 | 
			
		||||
    </td>
 | 
			
		||||
    <td style="text-align: center;">
 | 
			
		||||
        {% decimal line.required %} {% include "part/part_units.html" with part=line.part %}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user