mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Hard code url - it is not always available
This commit is contained in:
parent
fcdd1eb55b
commit
2fc522ad15
@ -233,10 +233,8 @@ function selectLabel(labels, items, options={}) {
|
|||||||
|
|
||||||
// Request a list of available label printing plugins from the server
|
// Request a list of available label printing plugins from the server
|
||||||
inventreeGet(
|
inventreeGet(
|
||||||
'{% url "api-plugin-list" %}',
|
`/api/plugins/`,
|
||||||
{
|
{},
|
||||||
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
async: false,
|
async: false,
|
||||||
success: function(response) {
|
success: function(response) {
|
||||||
|
Loading…
Reference in New Issue
Block a user