[Bug 30338] New: AUTO_RENEWALS and AUTO_RENEWALS_DGST notices cannot access branch information
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30338 Bug ID: 30338 Summary: AUTO_RENEWALS and AUTO_RENEWALS_DGST notices cannot access branch information Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Circulation Assignee: koha-bugs@lists.koha-community.org Reporter: lucas@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com, kyle.m.hall@gmail.com When editing AUTO_RENEWALS and AUTO_RENEWALS_DGST branch information cannot be used. Neither [% branch.branchname %] or <<branches.branchname>> seems to be available. It would be nice if we could use those in auto renewal notices. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30338 Lucas Gass <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|NEW |RESOLVED --- Comment #1 from Lucas Gass <lucas@bywatersolutions.com> --- Marking this as resolved because I learned you can use: [% checkout.library.branchname %] -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30338 --- Comment #2 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- (In reply to Lucas Gass from comment #1)
Marking this as resolved because I learned you can use:
[% checkout.library.branchname %]
I wonder where we could document this. At the moment these kind of things make it hard to have libraries modify the TT templates. Maybe it would still be nice to be able to access the branch or library object directly for more consistency? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30338 --- Comment #3 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Hm ok, answering my own question... for the DGST the branches might be different... so that object would not work unless we make it the library patrons home branch as in other DGST notices? -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30338 Martin Renvoize <martin.renvoize@ptfs-europe.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |martin.renvoize@ptfs-europe | |.com --- Comment #4 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- I wouldn't use 'checkout.', I think in that case it's likely to pick the last checkout, assuming you've placed it after the loop. I'd use patron.homebranch. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org