https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4461
--- Comment #45 from Nick Clemens <[email protected]> --- (In reply to Jonathan Druart from comment #44) > What do others think? Could we get your opinions? I think having option to get email notices as well as having the staff interface is useful - I don't think we need to pick only one - but once there is a GUI the notices should be optional >Bug 4461: Use KohaAdminEmailAddress pref as 'from' I don't understand that followup - 'from_address' is just picked form the message in C4/Letters - it is 'to_address' that usually gets filled at send - to be to the borrowernumber In this case I think we could set it as: $patron->notice_email_address || $koha_admin; -- You are receiving this mail because: 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/
