From 416f12ce719603392ce9272cde095491d5ea19d1 Mon Sep 17 00:00:00 2001 From: benjamin <benjamin@le-filament.com> Date: Wed, 26 Jan 2022 11:52:56 +0100 Subject: [PATCH] [update] text payment for refund --- report/scop_contribution_report.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report/scop_contribution_report.py b/report/scop_contribution_report.py index 544325a..a7797b8 100644 --- a/report/scop_contribution_report.py +++ b/report/scop_contribution_report.py @@ -178,7 +178,7 @@ class ScopContributionReport(models.Model): } if not p.invoice_id else { 'date': p.date, 'name': p.name, - 'ref': 'Avoir', + 'ref': '', 'credit': p.credit, 'class': 'text-danger' }) -- GitLab