Skip to content

Commit

Permalink
Update default contact hours scaling from credits
Browse files Browse the repository at this point in the history
  • Loading branch information
profcturner committed Jul 9, 2024
1 parent 67f02e0 commit 460608b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loads/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class WorkPackage(models.Model):
show_percentages = models.BooleanField(default=True)
groups = models.ManyToManyField(Group, blank=True)
nominal_hours = models.PositiveIntegerField(default=1600)
credit_contact_scaling = models.FloatField(default=8 / 20)
credit_contact_scaling = models.FloatField(default=2.5)
contact_admin_scaling = models.FloatField(default=1)
contact_assessment_scaling = models.FloatField(default=1)
working_days = models.PositiveIntegerField(default=228)
Expand Down

0 comments on commit 460608b

Please sign in to comment.