whitespace fix and created initial recurring transaction script
This commit is contained in:
parent
39c47a4983
commit
f69a6266fe
2 changed files with 121 additions and 1 deletions
|
@ -123,7 +123,7 @@ sub post_upload {
|
|||
my $valid_org_rs = $c->schema->resultset('Organisation')->search({
|
||||
pending => 0,
|
||||
entity_id => { "!=" => $user->entity_id },
|
||||
});
|
||||
});
|
||||
$validation->required('organisation_id')->number->in_resultset( 'id', $valid_org_rs );
|
||||
|
||||
return $c->api_validation_error if $validation->has_error;
|
||||
|
|
Reference in a new issue