Fix : le ws K-Psul remarche

This commit is contained in:
Ludovic Stephan 2019-12-25 11:34:34 +01:00
parent fb4455af39
commit 677ba5b92e

View file

@ -1159,7 +1159,7 @@ def kpsul_perform_operations(request):
websocket_data["opegroups"] = [ websocket_data["opegroups"] = [
{ {
"add": True, "add": True,
"type": "opegroup", "type": "operation",
"id": operationgroup.pk, "id": operationgroup.pk,
"amount": operationgroup.amount, "amount": operationgroup.amount,
"checkout__name": operationgroup.checkout.name, "checkout__name": operationgroup.checkout.name,