mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-29 20:30:39 +00:00 
			
		
		
		
	secondary for purcahse order
This commit is contained in:
		| @@ -54,6 +54,16 @@ function createPurchaseOrder(options={}) { | ||||
|             }, | ||||
|             supplier: { | ||||
|                 value: options.supplier, | ||||
|                 secondary: { | ||||
|                     title: '{% trans "Add Supplier" %}', | ||||
|                     fields: function(data) { | ||||
|                         var fields = companyFormFields(); | ||||
|  | ||||
|                         fields.is_supplier.value = true; | ||||
|  | ||||
|                         return fields; | ||||
|                     } | ||||
|                 } | ||||
|             }, | ||||
|             supplier_reference: {}, | ||||
|             description: {}, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user