From 60f50f458a6c6dff51fb6c6f3b2c03304e2aa3d4 Mon Sep 17 00:00:00 2001 From: "watcha.h" Date: Wed, 18 Feb 2015 16:21:11 +0700 Subject: [PATCH] xxxx --- netforce_clinic/models/staff.py | 1 + 1 file changed, 1 insertion(+) diff --git a/netforce_clinic/models/staff.py b/netforce_clinic/models/staff.py index e5deb04..0d660ea 100644 --- a/netforce_clinic/models/staff.py +++ b/netforce_clinic/models/staff.py @@ -44,6 +44,7 @@ class Staff(Model): for obj in self.browse(ids): wage=0 max_cycle=0 + ot_per_cycle=0 for rotate in obj.rotations: wage=rotate.wage max_cycle=rotate.max_cycle