Bug 19828: (QA follow-up) Fix rethrowing exception and move rethrowing out of 'if...
authorJosef Moravec <josef.moravec@gmail.com>
Fri, 22 Dec 2017 07:43:39 +0000 (07:43 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 22 Dec 2017 16:15:38 +0000 (13:15 -0300)
commit786086cfcfd57509b9ff9f5ab8d3ff24ad3d1ecc
treef5d14e79906eda9808afff67100c7c2cfbe6fd0b
parent4fc594bcb4b9e3fb1fd56f0bdb350bde5c84c73e
Bug 19828: (QA follow-up) Fix rethrowing exception and move rethrowing out of 'if' statement just in case the exception does not came from DBIx::Class

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Koha/Object.pm