https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31011
Bug ID: 31011
Summary: Make hold reminders respect patron's language
Change sponsored?: ---
Product: Koha
Version: 20.11
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5 - low
Component: Hold requests
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected]
When running misc/cronjobs/holds/holds_reminder.pl it looks like borrowers.lang
is not respected. The only code I can see that relates to language is this:
# FIXME What if we don't want to default if the translated template does
not exist?
my $template_exists = Koha::Notice::Templates->find_effective_template(
{
module => 'reserves',
code => $lettercode,
branchcode => $branchcode,
lang => 'default',
}
);
As far as I can see, the "default" template is always used?
--
You are receiving this mail because:
You are the assignee for the bug.
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/