Bug fix for template

This commit is contained in:
Oliver Walters 2021-05-27 13:23:20 +10:00
parent 8501aba368
commit 2a64e4a309

View File

@ -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 %}",
{