Fix on_change_with function name.

This commit is contained in:
Albert Cervera i Areny 2014-03-18 16:24:15 +01:00
parent 1ede88a424
commit 613068e286
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ class PlanOperationLine(ModelSQL, ModelView):
if self.work_center_category:
return self.work_center_category.uom.id
def on_change_with_uom_digits(self, name=None):
def on_change_with_time_uom_digits(self, name=None):
if self.time_uom:
return self.time_uom.digits
return 2