mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 05:05:42 +00:00 
			
		
		
		
	Improve titles in table
This commit is contained in:
		| @@ -951,7 +951,7 @@ function loadUsedInTable(table, part_id, options={}) { | ||||
|             }, | ||||
|             { | ||||
|                 field: 'part', | ||||
|                 title: '{% trans "Part" %}', | ||||
|                 title: '{% trans "Assembly" %}', | ||||
|                 switchable: false, | ||||
|                 sortable: true, | ||||
|                 formatter: function(value, row) { | ||||
| @@ -969,7 +969,7 @@ function loadUsedInTable(table, part_id, options={}) { | ||||
|             }, | ||||
|             { | ||||
|                 field: 'sub_part', | ||||
|                 title: '{% trans "Sub Part" %}', | ||||
|                 title: '{% trans "Required Part" %}', | ||||
|                 sortable: true, | ||||
|                 formatter: function(value, row) { | ||||
|                     var url = `/part/${value}/`; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user