]> git.koha-community.org Git - koha.git/commit
Bug 13504: Remove the '----' marker for CHECKIN and CHECKOUT notices
authorJonathan Druart <jonathan.druart@biblibre.com>
Wed, 31 Dec 2014 12:23:06 +0000 (13:23 +0100)
committerMason James <mtj@kohaaloha.com>
Fri, 23 Jan 2015 07:04:45 +0000 (20:04 +1300)
commit4483be6269654678b5a8cc7643fc55dc0660c759
tree95738a9edeb7bfd8d182d6f698830c6a0fcf2d55
parent9990c3e8a1071bc07ffba05950d8c86c95e81064
Bug 13504: Remove the '----' marker for CHECKIN and CHECKOUT notices

If only 1 item exist in the message, the marker is not removed.
This marker is removed by render_metadata, but this method is only
called on appending.

Test plan:
1/ Enable the CHECKIN and/or CHECKOUT notices for a patron
2/ check and item in or out and verify that the marker is no longer
displayed in the generated notices.

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Mason James <mtj@kohaaloha.com>
C4/Message.pm