https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27947 --- Comment #65 from Jonathan Druart <jonathan.druart+koha@gmail.com> --- I think there is something wrong with the notice.
From the DBrev:
28 $dbh->do(q{ 29 UPDATE letter SET content=REPLACE(content, '<<article_requests.notes>>', '<<reason>>') 30 WHERE module = 'circulation' AND code = 'AR_CANCELED' 31 }); when the installer file is still using notes 233 - "Your request for an article from <<biblio.title>> (<<items.barcode>>) has been canceled for the following reason:" 234 - "" 235 - "<<article_requests.notes>>" By the way, shouldn't we copy the notes to the cancellation_reason when the article request has been canceled? -- You are receiving this mail because: You are watching all bug changes.