mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 21:25:42 +00:00 
			
		
		
		
	Fixed price break row actions after sorting
This commit is contained in:
		| @@ -40,7 +40,7 @@ $('#price-break-table').inventreeTable({ | ||||
|         part: {{ part.id }}, | ||||
|     }, | ||||
|     url: "{% url 'api-part-supplier-price' %}", | ||||
|     onLoadSuccess: function() { | ||||
|     onPostBody: function() { | ||||
|         var table = $('#price-break-table'); | ||||
|  | ||||
|         table.find('.button-price-break-delete').click(function() { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user