mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 05:05:42 +00:00 
			
		
		
		
	Fix table rendering for 'used_in' view
This commit is contained in:
		| @@ -41,14 +41,14 @@ | ||||
|                 visible: false, | ||||
|             }, | ||||
|             { | ||||
|                 field: 'part', | ||||
|                 field: 'part_detail', | ||||
|                 title: 'Part', | ||||
|                 formatter: function(value, row, index, field) { | ||||
|                     return renderLink(value.name, value.url); | ||||
|                     return renderLink(value.name, value.url + 'bom/'); | ||||
|                 } | ||||
|             }, | ||||
|             { | ||||
|                 field: 'part.description', | ||||
|                 field: 'part_detail.description', | ||||
|                 title: 'Description', | ||||
|             }, | ||||
|             { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user