| Summary: | Allow access to messages table in notices/slips | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Lucas Gass (lukeg) <lucas> |
| Component: | Notices | Assignee: | Bugs List <koha-bugs> |
| Status: | CLOSED WORKSFORME | QA Contact: | Testopia <testopia> |
| Severity: | enhancement | ||
| Priority: | P5 - low | ||
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | --- |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
|
Description
Lucas Gass (lukeg)
2024-11-12 23:35:45 UTC
(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. |