Bug 15632: Koha::Patron::Messages - Remove GetMessagesCount
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 20 Jan 2016 17:58:45 +0000 (17:58 +0000)
committerBrendan A Gallagher <brendan@bywatersolutions.com>
Thu, 3 Mar 2016 21:22:13 +0000 (21:22 +0000)
commit74180472ad563cf0435d4af80ad50c90d2565df8
treebe85c864725fbf4bb30983cb9b423429cf91ef44
parente6bd28682e284ab9a6ff3b00afeaa1113112af15
 Bug 15632: Koha::Patron::Messages - Remove GetMessagesCount

The GetMessageCount subroutine was only used once, in opac-user.pl, to
know if some messages will be displayed.

Test plan:
1/ Create messages to display at the OPAC for a patron
2/ Logged this patron in at the OPAC, you should see the messages
displayed.

Signed-off-by: Brendan A Gallagher <brendan@bywatersolutions.com>
C4/Members.pm
opac/opac-user.pl