forked from DGNum/gestioCOF
websocket update when addcost
This commit is contained in:
parent
946182f1fe
commit
1d8e084a19
1 changed files with 1 additions and 1 deletions
|
@ -1119,7 +1119,7 @@ def kpsul_perform_operations(request):
|
|||
ope_data = {
|
||||
'id': operation.pk, 'type': operation.type, 'amount': operation.amount,
|
||||
'addcost_amount': operation.addcost_amount,
|
||||
'addcost_for__trigramme': is_addcost and addcost_for.trigramme or None,
|
||||
'addcost_for__trigramme': operation.addcost_for and addcost_for.trigramme or None,
|
||||
'article__name': operation.article and operation.article.name or None,
|
||||
'article_nb': operation.article_nb,
|
||||
'group_id': operationgroup.pk,
|
||||
|
|
Loading…
Reference in a new issue