http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8700 --- Comment #3 from Kyle M Hall <kyle@bywatersolutions.com> --- Test plan: 1) Edit the slip RESERVESLIP, set it to the following: borrowers.title: <<borrowers.title>> <br/> biblio.copyrightdate: <<biblio.copyrightdate>> <br/> items.replacementprice: <<items.replacementprice>> 2) Place a reserve for a borrower. Make sure that borrower has a borrowers.title value in the database ( I prefer "King of the World" ), as well as biblio.copyrightdate, and items.replacementprice 3) Return the item, confirm hold and print slip. The slip will probably show the *item's* title in borrowers.title. It did for me. The other two will probably by blank. 4) Apply the patch, repeat step 2 and 3, the values should now be correct and accurate. -- You are receiving this mail because: You are watching all bug changes.