Fix issue with approving organisations.

This commit is contained in:
Tom Bloor 2017-07-25 14:33:11 +01:00
parent b009fa5c86
commit 9dd808c547
2 changed files with 24 additions and 10 deletions

View file

@ -204,8 +204,8 @@ sub startup {
submitted_at => $from_org_transaction->submitted_at,
}
);
$from_org_transaction->delete;
}
$from_org->delete;
});
}