docker: add container websocket in docker-compose

This commit is contained in:
2025-04-27 14:14:32 -03:00
parent d5d136fc5d
commit e33f9e2974
7 changed files with 33 additions and 17 deletions

View File

@@ -98,7 +98,6 @@ def addContaCliente(request):
clientId = int(request.POST.get('select-client'))
comanda = Comanda.objects.get(id=comandaId)
client = Client.objects.get(id=clientId)
# client.debt = Decimal(0)
comanda.client = client
comanda.dt_close = timezone.now()
comanda.status = 'FIADO'