http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10994
--- Comment #3 from Amit <[email protected]> --- Hi Katrin, Yes if staff have an email address claim notice is working fine. But this is not a correct behavior. If we modify the code then it will not check whether staff have email address or not. my $email_address = $userenv->{'branchemail'} || C4::Context->preference('KohaAdminEmailAddress'); -- 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/
