https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12802
--- Comment #65 from Marc Véron <[email protected]> --- (In reply to Jonathan Druart from comment #64) > _update_message_to_address has been removed, please double check! With patches applied: $ git grep '_update_message_to_address' C4/Letters.pm: _update_message_to_address( $message_id, undef ) if $rv && C4/Letters.pm: _update_message_to_address($message->{'message_id'},$to_address) unless $message->{to_address}; #if initial message address was empty, coming here means that a to address was found and queue should be updated -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
