Reviewers: ,


Please review this at http://codereview.tryton.org/167004/

Affected files:
  M work.py


Index: work.py
===================================================================

--- a/work.py
+++ b/work.py
@@ -271,8 +271,6 @@
         return date

     def add_hours(self, company, date, hours):
- day_per_week = company.hours_per_work_week / company.hours_per_work_day
-
         while hours:
             if hours !=  intfloor(hours):
                 minutes = (hours - intfloor(hours)) * 60



--
[email protected] mailing list

Reply via email to