[Koha-bugs] [Bug 10770] New: reserve slip don't print correctly

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Aug 20 17:56:13 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10770

            Bug ID: 10770
           Summary: reserve slip don't print correctly
 Change sponsored?: ---
           Product: Koha
           Version: 3.8
          Hardware: PC
                OS: Windows
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Circulation
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: marjorie.barry-vila at ccsr.qc.ca
        QA Contact: testopia at bugs.koha-community.org
                CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com

Hi,
Code html put on RESERVESLIP do not print correctly all fields.

Here the code put in RESERVESLIP:
<h4>Date: <<today>></br></h4>
Expire le <<reserves.expirationdate>>
<h2>Pour <<borrowers.firstname>> <<borrowers.surname>> </h2>
    <<borrowers.cardnumber>>, <<borrowers.categorycode>></br>
    <<borrowers.email>></br>
<h3>Document réservé</h3>
Titre: <<biblio.title>></br>
Auteur: <<biblio.author>></br>
Cote:<<items.itemcallnumber>></br>
Mis de côté depuis le <<reserves.waitingdate>>
<p>Notes:
<pre><<reserves.reservenotes>></pre>
</p>


Then the first print, the field reserves.expirationdate, items.itemcallnumber
and reserves.waitingdate did not print. On the other side when i print a second
time, all fields are print.

Thanks.
Marjorie

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list