Skip to content

Commit

Permalink
Put monthly as default wage type
Browse files Browse the repository at this point in the history
  • Loading branch information
David Dufresne committed Oct 14, 2015
1 parent b6b5661 commit 917f2eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hr_contract_hourly_rate/models/hr_contract.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class hr_contract(models.Model):
help="Whether to use the annual wage or an hourly rate "
"for computation of payslip.",
required=True,
default='yearly')
default='monthly')

@api.multi
def get_job_hourly_rate(self, date_from, date_to,
Expand Down

0 comments on commit 917f2eb

Please sign in to comment.