evoluindo na função imprimir fichas

This commit is contained in:
2024-12-19 20:07:23 -03:00
parent 335c5e1911
commit 2ac5acf4c0
3 changed files with 19 additions and 4 deletions

View File

@@ -47,7 +47,6 @@ Detalhes {{comanda.name}}
<tr>
<td>{{item.product.name}}</td>
<td>R$ {{item.product.price}}</td>
<!-- <td><button id="open_remove_product_comanda" onclick="open_remove_product_comanda()">🗑️ Apagar</button></td> -->
<td><button hx-get="{% url 'removeProductComanda' item.id %} " hx-trigger="click" hx-target="#list-products-comanda" onclick="open_remove_product_comanda()">🗑️ Apagar</button></td>
</tr>