mirror of
https://github.com/welton89/RRBEC.git
synced 2026-04-05 13:35:42 +00:00
feat: calcular troco com base no valor recebido
This commit is contained in:
@@ -61,4 +61,4 @@ def paymentComanda(request, comanda_id):
|
||||
pagamento.save()
|
||||
comanda.status = 'CLOSED'
|
||||
comanda.save()
|
||||
return redirect('comandas')
|
||||
return redirect('/comandas')
|
||||
|
||||
Reference in New Issue
Block a user