feat: update status comanda for PAYING

This commit is contained in:
2024-12-20 10:11:50 -03:00
parent dfb7418e7a
commit aed3b906a4
9 changed files with 37 additions and 7 deletions

View File

@@ -33,4 +33,5 @@ def createComanda(request):
comanda = Comanda(name=name, mesa=mesa)
comanda.save()
return redirect('comandas')
return redirect('comandas')