From bugzilla-daemon@pippin.metavore.com Fri Jul 10 03:13:44 2026 From: bugzilla-daemon@pippin.metavore.com To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 1400] New: Branch transfers missing some template variables Date: Wed, 22 Aug 2007 06:03:32 -0700 Message-ID: <20070822130332.617CB12998004@pippin.metavore.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1357795081019564736==" --===============1357795081019564736== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=1400 Summary: Branch transfers missing some template variables Product: Koha Version: rel_3_0 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P3 Component: Circulation AssignedTo: chris.cormack@liblime.com ReportedBy: oleonard@myacpl.org QAContact: koha-bugs@nongnu.org The branch transfers template contains this section, used when a book is transferred which was checked out: Item was on loan to "> and has been returned. Neither or is being passed to the template by the script. Also: the script seems to be building out of borrowers.title, borrowers.surname, and borrowers.firstname (sub name, line 222). I think this is bad practice, concatenating fields in the script where they could just as easily be passed individually to the template. Processing the text in the script limits the options for how the text can be displayed in the template. ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. --===============1357795081019564736==--