ordem add produtos na comanda

This commit is contained in:
2025-01-07 20:00:06 -03:00
parent b2641691fe
commit 6633110140
8 changed files with 37 additions and 23 deletions

View File

@@ -21,7 +21,7 @@ Detalhes {{comanda.name}}
<body>
<div class="grid-container" >
<div>
<button class="primary" id="openModal"
<button class="primary" id="openModal" onclick="openModal()"
{% if comanda.status != 'OPEN'%}
disabled
{% endif %}