http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12244 Jonathan Druart <jonathan.druart@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA --- Comment #28 from Jonathan Druart <jonathan.druart@biblibre.com> --- Suggestions: (In reply to Nicole C. Engard from comment #3)
Created attachment 28206 [details] [review]
The value of the "Show tags" checkbox is stored in a cookie. So the system preference is only checked at the first access, to retrieve a default value. (In reply to Nicole C. Engard from comment #5)
Created attachment 28208 [details] [review]
Important: When working with the overdue notices you want each notice at each branch to have a unique code. Think about using the branch code in front of the notice code for each branch.
Yes, this is very important! I submitted a patch (bug 11742) to alert the user when he tries to insert a duplicated letter code. I hope it will be integrated into 3.16 To delete templates in letters.pl, you can delete the entry in the message_transport_types table. For instance, afaik, deleting "feed" does not cause problem. Maybe it could be good to add that a print notice is generated if no notice can be generated. Marked as Passed QA. -- You are receiving this mail because: You are watching all bug changes.