mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 05:05:42 +00:00 
			
		
		
		
	Remove "default_supplier" field when duplicating a part
This commit is contained in:
		| @@ -346,6 +346,9 @@ function duplicatePart(pk, options={}) { | ||||
|                 duplicate: pk, | ||||
|             }); | ||||
|  | ||||
|             // Remove "default_supplier" field | ||||
|             delete fields['default_supplier']; | ||||
|  | ||||
|             // If we are making a "variant" part | ||||
|             if (options.variant) { | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user