http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3203 --- Comment #4 from Jane Wagner <jwagner@ptfs.com> 2010-05-12 12:06:50 --- Note: The fix allows for use of some specific item fields in advance notices, such as <<items.date_due>>, <<items.itemcallnumber>>. It also allows use of date due or issue date in the checkin/checkout/item due notices. Some sample notice text: Advance notice: Dear <<borrowers.firstname>> <<borrowers.surname>>, The following item will be due in three days: <<biblio.title>> Due: <<items.date_due>> <<items.itemcallnumber>> <<items.barcode>> Checkin notice: The following items have been checked in: ---- <<biblio.title>> <<biblio.author>> <<items.itemcallnumber>> Due Date: <<items.date_due>> Barcode: <<items.barcode>> Checkout notice: Dear <<borrowers.firstname>> <<borrowers.surname>>, The following item has been checked out to you. If this is an interlibrary loan, a hold item, or a book you requested the library purchase, the item is available for pick-up at the reference desk in the library. ---- <<biblio.title>> <<biblio.author>> <<items.itemcallnumber>> Due Date: <<items.date_due>> Barcode: <<items.barcode>> -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.