The {ISBN} will only provide you with a ISBN10, never with a ISBN13, even if one is present in the record. This is because we actually force ISBN10 in GetNormalizedISBN. Some newer services need ISBN13 to work correctly, so we should also make that available in the templates and OPACSearchForTitleIn.
Created attachment 28715 [details] [review] Bug 11092 - Add invoice on overdue items This is a draft for Viktor, to see where he needs the functionnality to go. It was my first try with the letter mechanism, and I haven't managed (yet) to get the email in HTML. Much formatting is still needed. See tools/letter.pl?op=add_form&branchcode=&module=circulation&code=INVOICE for new letter added by updatedatabase.pl modified: ../../installer/data/mysql/updatedatabase.pl modified: ../../koha-tmpl/intranet-tmpl/prog/en/modules/tools/overduerules.tt modified: overdue_notices.pl modified: ../../tools/overduerules.pl
Comment on attachment 28715 [details] [review] Bug 11092 - Add invoice on overdue items I typoed the bug number. This patch was meant for 11092. My apologies.