mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-17 12:35:46 +00:00
Remove broken URLs
This commit is contained in:
@ -184,7 +184,6 @@ $("#po-create").click(function() {
|
||||
field: 'supplier',
|
||||
label: '{% trans "New Supplier" %}',
|
||||
title: '{% trans "Create new Supplier" %}',
|
||||
// url: '{% url "supplier-create" %}',
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -186,7 +186,6 @@ $("#so-create").click(function() {
|
||||
field: 'customer',
|
||||
label: '{% trans "New Customer" %}',
|
||||
title: '{% trans "Create new Customer" %}',
|
||||
// url: '{% url "customer-create" %}',
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user