https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18915 Marc Véron <veron@veron.ch> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |veron@veron.ch Status|Needs Signoff |Failed QA --- Comment #2 from Marc Véron <veron@veron.ch> --- What happens if a library has modified the note? - Modifications for title and content would get lost with the following statement in bug_18915_-_modifying_patron_note_notice.sql UPDATE letter SET code = 'CHECKOUT_NOTE', name = 'Checkout note on item set by patron', title = 'Checkout note', content = '<<borrowers.firstname>> <<borrowers.surname>> has added a note to the item <<biblio.title>> - <<biblio.author>> (<<biblio.biblionumber>>).' WHERE code = 'PATRON_NOTE'; -- You are receiving this mail because: You are watching all bug changes.