mirror of
https://github.com/welton89/RRBEC.git
synced 2026-04-05 13:35:42 +00:00
feat: obs from orders print
This commit is contained in:
@@ -11,7 +11,8 @@
|
||||
<td id="id-for-print-{{item.id}}">
|
||||
{{item.product.name}}
|
||||
{% if item.product.cuisine == True %}
|
||||
<span data-tooltip="Observações para preparo." data-flow="top">
|
||||
<input hidden id="{{item.id}}-obsOrder" type="order" value="{{item.id | obsOrder}}">
|
||||
<span data-tooltip="{{item.id | obsOrder}}" data-flow="top">
|
||||
|
||||
<img
|
||||
onclick="openModalObs({{item.id}})"
|
||||
|
||||
Reference in New Issue
Block a user