Skip to content

Commit

Permalink
fix typo from too hasty conflict resolving
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwul committed Jan 11, 2024
1 parent c5c40f1 commit e1d56aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class HrSalaryDeclaration(models.Model):
year = fields.Char()

@api.model
def generate_yearly_declaration(self, date_from, date_to,company_car,
def generate_yearly_declaration(self, date_from, date_to,company_car,gross_income,deduction,lpp_bvg):
payslip_lines = self.env["hr.payslip.line"].search(
[
("slip_id.date_from", ">=", date_from),
Expand Down

0 comments on commit e1d56aa

Please sign in to comment.