https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40239 --- Comment #1 from Marion Durand <marion.durand@biblibre.com> --- To reproduce : 1- Go to Tools > Notification 2- In any notification template (but for example WELCOME is easy to generate from a patron page), enter the following model: ``` Hello, [% borrower.date_due %] ``` or ``` Hello [% patron.surname %] ``` 3- Click on "Save and continue editing" and display the section (message transport type, for example email) you juste edited. 4- No error message has been added, the template looks valid 5- generate the notification. With the first example, no notification is generated. With the second one, it is generated, but the object is not replaced. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.