mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 05:05:42 +00:00 
			
		
		
		
	Add part category link to stock item detail page
This commit is contained in:
		| @@ -232,6 +232,15 @@ | |||||||
|             {% endif %} |             {% endif %} | ||||||
|         </td> |         </td> | ||||||
|     </tr> |     </tr> | ||||||
|  |     {% if item.part.category %} | ||||||
|  |     <tr> | ||||||
|  |         <td><span class='fas fa-sitemap'></span></td> | ||||||
|  |         <td>{% trans "Part Category" %}</td> | ||||||
|  |         <td> | ||||||
|  |             <a href='{% url "category-detail" item.part.category.id %}'>{{ item.part.category }}</a> | ||||||
|  |         </td> | ||||||
|  |     </tr> | ||||||
|  |     {% endif %} | ||||||
|     {% if item.serialized %} |     {% if item.serialized %} | ||||||
|     <tr> |     <tr> | ||||||
|         <td><span class='fas fa-hashtag'></span></td> |         <td><span class='fas fa-hashtag'></span></td> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user