| Summary: | Auto-Renew notice not able to pull branch information | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Andrew Fuerste-Henry <andrew> |
| Component: | Notices | Assignee: | Bugs List <koha-bugs> |
| Status: | CLOSED WORKSFORME | QA Contact: | Testopia <testopia> |
| Severity: | normal | ||
| Priority: | P5 - low | CC: | clodagh.kerin, jonathan.druart, nick |
| Version: | 17.05 | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Crowdfunding committed: | 0 |
| Crowdfunding contact: | Patch complexity: | --- | |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
|
Description
Andrew Fuerste-Henry
2018-03-07 21:59:02 UTC
You can easily display it: Library: [% borrower.library.branchname %] (In reply to Jonathan Druart from comment #1) > You can easily display it: > > Library: [% borrower.library.branchname %] I think this would be the homebranch of the patron. Can we also get the homebranch/holding branchnames of the items? Item's home branch: [% biblio.item.home_branch.branchname %] Item's holding branch: [% biblio.item.holding_branch.branchname %] (In reply to Jonathan Druart from comment #3) > Item's home branch: [% biblio.item.home_branch.branchname %] > Item's holding branch: [% biblio.item.holding_branch.branchname %] Thank you! Andrew, does this 'fix' the reported issue for you? Works for me, thanks all! |