forked from DGNum/gestioCOF
correction négatif total
This commit is contained in:
parent
d559549c06
commit
45cc7cfa33
1 changed files with 1 additions and 1 deletions
|
@ -506,7 +506,7 @@ class AccountNegativeList(ListView):
|
||||||
offset = Coalesce(Sum('balance_offset'),0),
|
offset = Coalesce(Sum('balance_offset'),0),
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
context['negatives_sum'] = negs_sum['bal'] + negs_sum['offset']
|
context['negatives_sum'] = negs_sum['bal'] - negs_sum['offset']
|
||||||
return context
|
return context
|
||||||
|
|
||||||
# -----
|
# -----
|
||||||
|
|
Loading…
Reference in a new issue