update: comanda.js

This commit is contained in:
2025-01-25 19:30:14 -03:00
parent 56ca14e1cb
commit 1a83896449
4 changed files with 3 additions and 5 deletions

View File

@@ -13,8 +13,6 @@ from mesas.models import Mesa
from gestaoRaul.decorators import group_required
@group_required(groupName='Garçom')
def comandas(request):
comandas = Comanda.objects.filter(status__in=["OPEN", "PAYING"])