Skip to content
Snippets Groups Projects
Commit 416f12ce authored by Benjamin - Le Filament's avatar Benjamin - Le Filament
Browse files

[update] text payment for refund

parent 8e7af0b9
No related branches found
No related tags found
No related merge requests found
...@@ -178,7 +178,7 @@ class ScopContributionReport(models.Model): ...@@ -178,7 +178,7 @@ class ScopContributionReport(models.Model):
} if not p.invoice_id else { } if not p.invoice_id else {
'date': p.date, 'date': p.date,
'name': p.name, 'name': p.name,
'ref': 'Avoir', 'ref': '',
'credit': p.credit, 'credit': p.credit,
'class': 'text-danger' 'class': 'text-danger'
}) })
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment