2
0
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:
Oliver
2021-06-29 21:25:20 +10:00
parent 170ed37d03
commit 6156fffd1d
7 changed files with 0 additions and 8 deletions

View File

@ -184,7 +184,6 @@ $("#po-create").click(function() {
field: 'supplier',
label: '{% trans "New Supplier" %}',
title: '{% trans "Create new Supplier" %}',
// url: '{% url "supplier-create" %}',
}
]
}

View File

@ -186,7 +186,6 @@ $("#so-create").click(function() {
field: 'customer',
label: '{% trans "New Customer" %}',
title: '{% trans "Create new Customer" %}',
// url: '{% url "customer-create" %}',
}
]
}