mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 05:05:42 +00:00 
			
		
		
		
	Adds filter for "assigned stock" view on customer page
This commit is contained in:
		| @@ -169,10 +169,10 @@ | ||||
|     </div> | ||||
|     <div class='panel-content'> | ||||
|         <div id='assigned-stock-button-toolbar'> | ||||
|             {% include "filter_list.html" with id="stock" %} | ||||
|             {% include "filter_list.html" with id="customerstock" %} | ||||
|         </div> | ||||
|          | ||||
|         <table class='table table-striped table-condensed' id='assigned-stock-table' data-toolbar='#bassigned-stock-utton-toolbar'></table> | ||||
|         <table class='table table-striped table-condensed' id='assigned-stock-table' data-toolbar='#assigned-stock-button-toolbar'></table> | ||||
|          | ||||
|     </div> | ||||
| </div> | ||||
| @@ -225,6 +225,7 @@ | ||||
|         }, | ||||
|         url: "{% url 'api-stock-list' %}", | ||||
|         filterKey: "customerstock", | ||||
|         filterTarget: '#filter-list-customerstock', | ||||
|     }); | ||||
|  | ||||
|     {% if company.is_customer %} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user