https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38431
--- Comment #1 from Lucas Gass (lukeg) <[email protected]> --- (In reply to Lucas Gass (lukeg) from comment #0) > Librarians use messages to convey things to their patrons so it would be > nice it we could easily grab a borrower's messages and display them on a > slip: > > > https://schema.koha-community.org/main/tables/messages.html I'm wrong: [% FOREACH message IN borrower.messages %] [% message.message %] [% END %] Setting this to WORKSFORME. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
