change type of value of study.eligibility.condition.body.site to INTEGER
This commit is contained in:
@@ -9,5 +9,5 @@ class StudyEligibilityConditionBodySite(models.Model):
|
|||||||
|
|
||||||
name = fields.Char("Name")
|
name = fields.Char("Name")
|
||||||
sequence = fields.Integer("Sequence")
|
sequence = fields.Integer("Sequence")
|
||||||
value = fields.Char("Value")
|
value = fields.Integer("Value")
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user