diff --git a/core/views/linkgroups.py b/core/views/linkgroups.py index 4e5f629..c748a2a 100644 --- a/core/views/linkgroups.py +++ b/core/views/linkgroups.py @@ -232,7 +232,7 @@ class LinkGroupSimulation(LoginRequiredMixin, OTPRequiredMixin, ObjectRead): requisitions, platforms, self.request.user, - checks["total_profit"], + checks["total_profit_in_xmr"], ) print("PAY LIST", pay_list) collapsed = money.collapse_pay_list(pay_list)