should update usetime of dlz after finish treatment

fix_acc
watcha.h 2015-08-18 13:50:36 +07:00
parent 68f505c89b
commit 68b6fec847
1 changed files with 1 additions and 1 deletions

View File

@ -1079,7 +1079,7 @@ class HDCase(Model):
def request_fee(self,ids,context={}):
obj=self.browse(ids)[0]
#obj.update_usetime()
obj.update_usetime()
obj.complete()
# send some message to anyboby: patient
return {