forked from DGNum/gestioCOF
Update websocket data
This commit is contained in:
parent
36d6a4a1cd
commit
41ad2a15ac
1 changed files with 1 additions and 0 deletions
|
@ -1159,6 +1159,7 @@ def kpsul_perform_operations(request):
|
||||||
websocket_data["opegroups"] = [
|
websocket_data["opegroups"] = [
|
||||||
{
|
{
|
||||||
"add": True,
|
"add": True,
|
||||||
|
"type": "opegroup",
|
||||||
"id": operationgroup.pk,
|
"id": operationgroup.pk,
|
||||||
"amount": operationgroup.amount,
|
"amount": operationgroup.amount,
|
||||||
"checkout__name": operationgroup.checkout.name,
|
"checkout__name": operationgroup.checkout.name,
|
||||||
|
|
Loading…
Reference in a new issue