mirror of
https://github.com/welton89/RRBEC.git
synced 2026-04-05 21:45:41 +00:00
bug: htmx page viewcomanda
This commit is contained in:
@@ -85,7 +85,6 @@ Detalhes {{comanda.name}}
|
||||
<tr>
|
||||
<td>
|
||||
{{item.product.name}}
|
||||
|
||||
{% if item.product.cuisine == True %}
|
||||
<img
|
||||
onclick="openModalObs({{item.id}})"
|
||||
@@ -96,6 +95,10 @@ Detalhes {{comanda.name}}
|
||||
|
||||
</td>
|
||||
<td>R$ {{item.product.price}}</td>
|
||||
|
||||
|
||||
|
||||
|
||||
{% if comanda.status != 'OPEN'%}
|
||||
{% else %}
|
||||
<td>
|
||||
|
||||
Reference in New Issue
Block a user