Skip to content

Commit

Permalink
[Issue #174] started to work on the get_costs method
Browse files Browse the repository at this point in the history
  • Loading branch information
scaphilo committed Sep 10, 2018
1 parent aabe8b4 commit 3e76b3f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def calculated_costs(self):
currency = self.task.project.default_currency
unit = self.resource_type.default_unit

self.resource_type.get_costs(self, date, unit, customer, currency)
self.resource_type.get_costs(self, date, unit, currency)

def __str__(self):
return _("Estimation of Resource Consumption") + ": " + str(self.id)
Expand Down

0 comments on commit 3e76b3f

Please sign in to comment.