http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13819
--- Comment #4 from Barton Chittenden <[email protected]> --- Test procedure {submitted the previous message accidentally -- this is the full procedure}. [Setup] 1. Import the attached MARC file, and create an item. Make note of the barcode. 2. Set up ISSUESLIP [ .../cgi-bin/koha/tools/letter. pl?op=add_form&module=circulation&code=ISSUESLIP ] using the following parameters: module: circulation code: ISSUESLIP branchcode: name: Issue Slip is_html: 1 title: Issue Slip content: <h3><<branches.branchname>></h3> Checked out to <<borrowers.title>> <<borrowers.firstname>> <<borrowers.initials>> <<borrowers.surname>> <br /> (<<borrowers.cardnumber>>) <br /> <<today>><br /> <h4>Checked Out</h4> <checkedout> <p> <<biblio.title>> <br /> Barcode: <<items.barcode>><br /> Date due: <<issues.date_due>><br /> ISBN: <<biblioitems.isbn>><br /> </p> </checkedout> <h4>Overdues</h4> <overdue> <p> <<biblio.title>> <br /> Barcode: <<items.barcode>><br /> Date due: <<issues.date_due>><br /> ISBN: <<biblioitems.isbn>><br /> </p> </overdue> <hr> <h4 style="text-align: center; font-style:italic;">News</h4> <news> <div class="newsitem"> <h5 style="margin-bottom: 1px; margin-top: 1px"><b><<opac_news.title>></b></h5> <p style="margin-bottom: 1px; margin-top: 1px"><<opac_news.new>></p> <p class="newsfooter" style="font-size: 8pt; font-style:italic; margin-bottom: 1px; margin-top: 1px">Posted on <<opac_news.timestamp>></p> <hr /> </div> </news> message_transport_type: email Set up ISSUEQSLIP the same way -- Quick slips only have a <checkedout> section, so <overdue> and <news> can be omitted. [Test] 1. Check out the item to a test patron. 2. On the circulation check-out screen, choose print->print slip 3. The resulting print slip should contain the line ISBN: 9780596004927 In the 'Checkout' section. 4. On the circulation check-out screen, choose print->print quick slip. The ISBN should print here as well. 5. Check the item back in. Check it out, but change the due date to yesterday's date. 6. Print the 'print slip' again. Now the line ISBN: 9780596004927 Will show in the 'Overdues' section. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
