mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 13:15:43 +00:00 
			
		
		
		
	add new 'updated' field to supplier price break table
This commit is contained in:
		| @@ -268,6 +268,11 @@ $('#price-break-table').inventreeTable({ | ||||
|                 return html; | ||||
|             } | ||||
|         }, | ||||
|         { | ||||
|             field: 'updated', | ||||
|             title: '{% trans "Last updated" %}', | ||||
|             sortable: true, | ||||
|         }, | ||||
|     ] | ||||
| }); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user