mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Merge pull request #1610 from SchrodingersGat/template-fix
Bug fix for template
This commit is contained in:
commit
62320e46d5
@ -551,7 +551,7 @@ $("#stock-assign-to-customer").click(function() {
|
||||
);
|
||||
});
|
||||
|
||||
{% if item.part.has_variants %}
|
||||
{% if item.part.can_convert %}
|
||||
$("#stock-convert").click(function() {
|
||||
launchModalForm("{% url 'stock-item-convert' item.id %}",
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user