delete() korrigiert

This commit is contained in:
Frederik Jaeckel 2022-10-15 13:28:46 +02:00
parent a521064ddf
commit fc3ddba3ab
4 changed files with 4 additions and 4 deletions

View file

@ -446,6 +446,6 @@ class Reconciliation(Workflow, ModelSQL, ModelView):
reconstate = reconciliation.state_string,
))
return super(Reconciliation, cls).delete(reconciliations)
super(Reconciliation, cls).delete(reconciliations)
# end Type