Fix issue with approving organisations.
This commit is contained in:
parent
b009fa5c86
commit
9dd808c547
2 changed files with 24 additions and 10 deletions
|
@ -204,8 +204,8 @@ sub startup {
|
|||
submitted_at => $from_org_transaction->submitted_at,
|
||||
}
|
||||
);
|
||||
$from_org_transaction->delete;
|
||||
}
|
||||
|
||||
$from_org->delete;
|
||||
});
|
||||
}
|
||||
|
|
Reference in a new issue