Bug 15841 Circulation module's true value misplaced
authorColin Campbell <colin.campbell@ptfs-europe.com>
Wed, 17 Feb 2016 12:47:56 +0000 (12:47 +0000)
committerBrendan Gallagher <brendan@bywatersolutions.com>
Wed, 24 Feb 2016 02:52:17 +0000 (02:52 +0000)
commit5170c91f493aaa82d111a6a5215faf0ed53be72b
treeca67c2e91b639aff859781be5f2fe9afae85bde6
parent4f12b2287e21287418edb6380a16799c8e0a96ec
Bug 15841 Circulation module's true value misplaced

1; was not at the end of the module as it should be
to ensure compilation returns true
return it to last line of code where it should be

This patch fixes an ovious mistake.
Signed-off-by: Marc VĂ©ron <veron@veron.ch>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Brendan Gallagher brendan@bywatersolutions.com
C4/Circulation.pm