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)
committerJulian Maurice <julian.maurice@biblibre.com>
Fri, 26 Feb 2016 15:43:54 +0000 (16:43 +0100)
commit903dcd03b6bad9428a0bebf3509e09818b7d6d12
treea9c11f637b06586efc719721abfc95c7a950d15c
parent410b567a4c7943b052cfeee04fbd3fd986bbecd6
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
(cherry picked from commit 5170c91f493aaa82d111a6a5215faf0ed53be72b)
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
C4/Circulation.pm