http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9016 --- Comment #94 from Olli-Antti Kivilahti <olli-antti.kivilahti@jns.fi> --- (In reply to Jonathan Druart from comment #92)
If some transport type are not relevant for someone, he cans completely remove the mtt in the message_transport_types table.
I don't see a proper way to implement what you propose. For instance, on tools/overduerules.pl, all notices and mtt are listed. We could imagine a tricky js stuff for disabling/enabling mtt function of the notice selected. But is it really useful?
Well this feature probably should be documented in the manual, but I don't think a feature is needed to add/remove $mtt's. If in the manual we had the information just discussed about adding/removing $mtt's via SQL, that would be enough. Also descriptions about which $mtt's are in use and instructions on writing your own cronjobs to handle them is a good solution. Atleast for us the print notice sending process is pretty complex and making a suitable UI for defining that process in a unified way might be quite difficult. -- You are receiving this mail because: You are watching all bug changes.