Skip to content

Commit

Permalink
Update contract/models/contract_line.py
Browse files Browse the repository at this point in the history
Co-authored-by: Denis Roussel (ACSONE) <[email protected]>
  • Loading branch information
MTantin and rousseldenis authored Sep 5, 2024
1 parent a460edd commit 5943315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contract/models/contract_line.py
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ def _update_recurring_next_date(self, invoicing_date=False):
for rec in self:
last_date_invoiced = rec.next_period_date_end
if invoicing_date:
last_date_invoiced = self.get_next_period_date_end(
last_date_invoiced = rec.get_next_period_date_end(
invoicing_date,
rec.recurring_rule_type,
rec.recurring_interval,
Expand Down

0 comments on commit 5943315

Please sign in to comment.