https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35949 Bug ID: 35949 Summary: Useless code pointing to branchreserves.pl in request.tt Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: ASSIGNED Severity: normal Priority: P5 - low Component: Reports Assignee: jonathan.druart+koha@gmail.com Reporter: jonathan.druart+koha@gmail.com QA Contact: testopia@bugs.koha-community.org 171 [% IF ( messagetransfert ) %] 172 <div class="dialog message"> 173 <h2>Hold found for ([% nextreservtitle | html %]), please transfer</h2> 174 <p>Hold placed by : <strong> [% nextreservsurname | html %] [% nextreservfirstname | html %]</strong> at : <strong> [% branchname | html %] </strong>, Please transfer this item. 175 </p> 176 <form name="cancelReservewithtransfert" action="branchreserves.pl" method="post"> 177 [% INCLUDE 'csrf-token.inc' %] 178 <input type="submit" class="button" /> 179 </form> 180 </div> 181 [% END %] messagetransfert is never set (it is from circ/waitingreserves.pl, `git grep messagetransfert`) and branchreserves.pl does not exist! -- You are receiving this mail because: You are watching all bug changes.