Bug 33854: Fix typo in ImportBatchProfiles controller
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
4ede366268
commit
c84f06ec62
1 changed files with 1 additions and 3 deletions
|
@ -67,8 +67,6 @@ sub add {
|
|||
|
||||
my $body = $c->validation->param('body');
|
||||
|
||||
$body =
|
||||
|
||||
return try {
|
||||
my $profile = Koha::ImportBatchProfile->new_from_api( $body )->store;
|
||||
return $c->render(
|
||||
|
@ -142,4 +140,4 @@ sub delete {
|
|||
};
|
||||
}
|
||||
|
||||
1;
|
||||
1;
|
||||
|
|
Loading…
Reference in a new issue