Fixes in webmodel
This commit is contained in:
parent
df0a39d596
commit
46f8dd9ca7
2 changed files with 13 additions and 1 deletions
|
|
@ -466,7 +466,13 @@ class WebModel:
|
|||
if self.yes_reset_conditions:
|
||||
self.reset_conditions()
|
||||
|
||||
return result
|
||||
if result.rowcount>0:
|
||||
|
||||
return True
|
||||
else:
|
||||
|
||||
return False
|
||||
|
||||
|
||||
# Method for create sql tables
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue