delete() korrigiert

This commit is contained in:
Frederik Jaeckel 2022-10-15 13:28:46 +02:00
parent e4e06000d3
commit b9a08d7bd9
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