Little fix in check lists
This commit is contained in:
parent
0b2ecfc986
commit
eb3d1df89d
1 changed files with 1 additions and 1 deletions
|
|
@ -858,7 +858,7 @@ class WebModel:
|
||||||
def check_in_list_str(self, field, in_list):
|
def check_in_list_str(self, field, in_list):
|
||||||
|
|
||||||
for x in range(0, len(in_list)):
|
for x in range(0, len(in_list)):
|
||||||
in_list[x]=self.fields[field].check(in_list[x])
|
in_list[x]=str(self.fields[field].check(in_list[x]))
|
||||||
|
|
||||||
return '("'+'", "'.join(in_list)+'")'
|
return '("'+'", "'.join(in_list)+'")'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue