| Summary: | Add {ISBN13} as new parameter to OPACSearchForTitleIn | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Katrin Fischer <katrin.fischer> |
| Component: | MARC Bibliographic data support | Assignee: | Galen Charlton <gmcharlt> |
| Status: | NEW --- | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P5 - low | ||
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | Patch complexity: | --- |
| Documentation contact: | Documentation submission: | ||
| Text to go in the release notes: | Version(s) released in: | ||
| Circulation function: | |||
| Attachments: | Bug 11092 - Add invoice on overdue items | ||
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. |
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.