delete() korrigiert
This commit is contained in:
parent
a521064ddf
commit
fc3ddba3ab
4 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue