https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4461
--- Comment #51 from Martin Renvoize <[email protected]> --- Comment on attachment 99638 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=99638 Bug 4461: Simplify recipients code Review of attachment 99638: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=4461&attachment=99638) ----------------------------------------------------------------- ::: koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reportproblem.tt @@ +32,5 @@ > + [% IF recipient == 'admin' %] > + Your problem report has been sent to the Koha > administrator. > + [% ELSE %] > + Your problem report has been sent to the library. > + [% END %] Do we really need to get this specific in the OPAC? I'd say we just need to say whether the email was successfully sent or not and not worry so much whether it's KohaAdminEmail or Library Branch Email.. the end user doesn't have a way to select who it goes to anyway. If we remove this we could simplify the code a little -- 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/
