mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-01 21:16:46 +00:00
fixed bug pointed out by @eeintech
This commit is contained in:
parent
db9fd28276
commit
e49256a218
@ -55,7 +55,7 @@
|
|||||||
<td>
|
<td>
|
||||||
{{ col }}
|
{{ col }}
|
||||||
{% for duplicate in duplicates %}
|
{% for duplicate in duplicates %}
|
||||||
{% if duplicate == col.name %}
|
{% if duplicate == col.value %}
|
||||||
<div class='alert alert-danger alert-block text-center' role='alert' style='padding:2px; margin-top:6px; margin-bottom:2px'>
|
<div class='alert alert-danger alert-block text-center' role='alert' style='padding:2px; margin-top:6px; margin-bottom:2px'>
|
||||||
<b>{% trans "Duplicate selection" %}</b>
|
<b>{% trans "Duplicate selection" %}</b>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user