mirror of
https://github.com/welton89/RRBEC.git
synced 2026-04-05 13:35:42 +00:00
alter: alteracao metodo POST osbOrder
This commit is contained in:
@@ -87,7 +87,7 @@ Detalhes {{comanda.name}}
|
||||
{{item.product.name}}
|
||||
{% if item.product.cuisine == True %}
|
||||
<input hidden id="{{item.id}}-obsOrder" type="order" value="{{item.id | obsOrder}}">
|
||||
<span data-tooltip="{{item.id | obsOrder}}" data-flow="top">
|
||||
<span id="tooltip-id-{{item.id}}" data-tooltip="{{item.id | obsOrder}}" data-flow="top">
|
||||
|
||||
<img
|
||||
onclick="openModalObs({{item.id}})"
|
||||
@@ -106,9 +106,6 @@ Detalhes {{comanda.name}}
|
||||
</td>
|
||||
<td>R$ {{item.product.price}}</td>
|
||||
|
||||
|
||||
|
||||
|
||||
{% if comanda.status != 'OPEN'%}
|
||||
{% else %}
|
||||
<td>
|
||||
|
||||
Reference in New Issue
Block a user