Fixes in webmodel
This commit is contained in:
parent
787691617d
commit
b5bb341f53
1 changed files with 1 additions and 1 deletions
|
|
@ -928,7 +928,7 @@ class WebModel:
|
||||||
try:
|
try:
|
||||||
in_list[x]=str(int(in_list[x]))
|
in_list[x]=str(int(in_list[x]))
|
||||||
except:
|
except:
|
||||||
in_list[x]=str(0)
|
in_list[x]='0'
|
||||||
return '('+', '.join(in_list)+')'
|
return '('+', '.join(in_list)+')'
|
||||||
|
|
||||||
def check_in_list_str(self, field, in_list):
|
def check_in_list_str(self, field, in_list):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue