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

[fix] error print_contribution function

parent 9baee572
No related branches found
No related tags found
No related merge requests found
......@@ -67,7 +67,7 @@ class ScopContributionReport(models.Model):
def print_contribution(self):
self.ensure_one()
if self.has_bordereau():
if self.has_bordereau:
bordereau = (
self.env["scop.bordereau"]
.sudo()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment