fixed: onclick apagar item da comanda removido por acidente

This commit is contained in:
2025-07-01 12:36:36 -03:00
parent fe00c4da90
commit 09c5fd1e98
2 changed files with 1 additions and 1 deletions

View File

@@ -133,7 +133,7 @@ Detalhes {{comanda.name}}
<td> <td>
<img <img
onclick="removeProductComanda({{item.id}}, '{{item.product.name}}')"
src="{% static 'midia/icons/delete.svg' %}" src="{% static 'midia/icons/delete.svg' %}"
style="width: 35px; height: 35px; cursor: pointer;" style="width: 35px; height: 35px; cursor: pointer;"
> >

Binary file not shown.