]> git.koha-community.org Git - koha.git/commit
Bug 12344: QA followup: use next instead of return
authorBenjamin Rokseth <benjamin.rokseth@kul.oslo.kommune.no>
Thu, 5 Mar 2015 11:18:09 +0000 (12:18 +0100)
committerChris Cormack <chris@bigballofwax.co.nz>
Tue, 31 Mar 2015 05:33:47 +0000 (18:33 +1300)
commit6a24376001404b5a36592ddcb261d8c6fa630c99
tree3ac0779d5b26de3e932761c4c1bcfd34de7931f9
parent8c40dfca0bee1e53251a88b0d3c10a1da7ed9f96
Bug 12344: QA followup: use next instead of return

Use next instead of return when generating templates.
In case patron has enabled a message type that misses a template,
next message type will be attempted instead of returning at once.

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
(cherry picked from commit e4d88bcf43996f1d118427067fe2e06a272167d9)
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
C4/Circulation.pm