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

@ -71,7 +71,6 @@
field: 'manufacturer',
label: '{% trans "New Manufacturer" %}',
title: '{% trans "Create new Manufacturer" %}',
//url: "{% url 'manufacturer-create' %}",
},
]
});

View File

@ -71,7 +71,6 @@
field: 'supplier',
label: "{% trans 'New Supplier' %}",
title: "{% trans 'Create new Supplier' %}",
// url: "{% url 'supplier-create' %}",
},
]
});

View File

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

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" %}',
}
]
}

View File

@ -51,7 +51,6 @@
field: 'manufacturer',
label: '{% trans "New Manufacturer" %}',
title: '{% trans "Create new manufacturer" %}',
// url: "{% url 'manufacturer-create' %}",
}
]
});

View File

@ -49,13 +49,11 @@
field: 'supplier',
label: '{% trans "New Supplier" %}',
title: '{% trans "Create new supplier" %}',
// url: "{% url 'supplier-create' %}"
},
{
field: 'manufacturer',
label: '{% trans "New Manufacturer" %}',
title: '{% trans "Create new manufacturer" %}',
// url: "{% url 'manufacturer-create' %}",
}
]
});