2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-07 12:22:11 +00:00

Merge pull request #1610 from SchrodingersGat/template-fix

Bug fix for template
This commit is contained in:
Oliver
2021-05-27 13:24:08 +10:00
committed by GitHub

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() { $("#stock-convert").click(function() {
launchModalForm("{% url 'stock-item-convert' item.id %}", launchModalForm("{% url 'stock-item-convert' item.id %}",
{ {