mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 13:15:43 +00:00 
			
		
		
		
	Remove broken URLs
This commit is contained in:
		| @@ -71,7 +71,6 @@ | ||||
|                         field: 'manufacturer', | ||||
|                         label: '{% trans "New Manufacturer" %}', | ||||
|                         title: '{% trans "Create new Manufacturer" %}', | ||||
|                         //url: "{% url 'manufacturer-create' %}", | ||||
|                     }, | ||||
|                 ] | ||||
|             }); | ||||
|   | ||||
| @@ -71,7 +71,6 @@ | ||||
|                         field: 'supplier', | ||||
|                         label: "{% trans 'New Supplier' %}", | ||||
|                         title: "{% trans 'Create new Supplier' %}", | ||||
|                         // url: "{% url 'supplier-create' %}", | ||||
|                     }, | ||||
|                 ] | ||||
|             }); | ||||
|   | ||||
| @@ -81,7 +81,6 @@ $('#supplier-create').click(function () { | ||||
|                     field: 'supplier', | ||||
|                     label: '{% trans "New Supplier" %}', | ||||
|                     title: '{% trans "Create new supplier" %}', | ||||
|                     // url: "{% url 'supplier-create' %}" | ||||
|                 }, | ||||
|             ] | ||||
|         }); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user