Only to validate statements if these exists
This commit is contained in:
parent
84e520771c
commit
a479a4397b
@ -283,6 +283,7 @@ class CloseStatement(Wizard):
|
||||
result += self.raise_user_error('not_statement_found',
|
||||
error_args=(journal.rec_name,),
|
||||
raise_exception=False)
|
||||
if statements:
|
||||
Statement.validate_statement(statements)
|
||||
self.result = result
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user