https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40227

            Bug ID: 40227
           Summary: When TT notices fail at generation, no error is
                    visible in the interface
 Change sponsored?: ---
           Product: Koha
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Notices
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]

When using an invalid letter model, the notification will not be generated and
will not appear as failed in the message_queue table. 

There is no way to see that a notification has failed to generate (except by
knowing he has requested a notice that has not appeared, it is easy for welcome
as it is manual but way harder for DUE, PPREDUE, ... that are automaticly
generated).



Step to reproduce : 
1- Select a borrower with an email address (primay email, no need to be a valid
one)
2- On the detail page of the patron, click on "More" then "Send welcoe notice"
3- In tab Notices, check that it is generated correctly (default model)
4- Go to Tools > Notices and slip
5- Update the notice WELCOME with the following model
```
Welcome [% borrower.date_due %]
```
No warning is generated on the interface when saving
6- Repeat step 2
7- No notice is generated, no interface warning/error/message is generated, no
log error either : the librarian has no way of knowing that it has failed !

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to