mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 05:05:42 +00:00 
			
		
		
		
	Merge pull request #2834 from rkalman/fix-so-panel-load
Fixes loading of SO table on company page
This commit is contained in:
		| @@ -238,7 +238,7 @@ | ||||
|     }); | ||||
|  | ||||
|     {% if company.is_customer %} | ||||
|     onPanelLoad('panel-sales-orders', function() { | ||||
|     onPanelLoad('sales-orders', function() { | ||||
|         loadSalesOrderTable("#sales-order-table", { | ||||
|             url: "{% url 'api-so-list' %}", | ||||
|             params: { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user