Skip to content

Commit

Permalink
l10n_fr_chorus: fix missing params
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienbeau committed Oct 10, 2024
1 parent 089580f commit 9432ff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l10n_fr_chorus_account/models/account_move.py
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ def _chorus_check_validity(self):
% cpartner.display_name
)
else:
self.chorus_invoice_check_commitment_number()
self.chorus_invoice_check_commitment_number(commitment_number)
self._chorus_check_payment_data()

Check warning on line 266 in l10n_fr_chorus_account/models/account_move.py

View check run for this annotation

Codecov / codecov/patch

l10n_fr_chorus_account/models/account_move.py#L265-L266

Added lines #L265 - L266 were not covered by tests

def _chorus_check_payment_data(self):
Expand Down

0 comments on commit 9432ff5

Please sign in to comment.