From bfc381f1e275275a2c3e38015e29befe1bad65f2 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Mon, 8 Jun 2015 05:04:56 +0200 Subject: [PATCH] Bug 13427: jQuery Timepicker is not translated on returns page The returns page was missing an include with the translated strings. To test: - Install an additional language, like de-DE - Confirm the bug on the returns page - Make sure SpecifyReturnDate is activated - Open the datepicker, look at the time settings - Apply the patch - Reinstall the language, no update of the po files is needed - Retest - Verify, that now the time settings are translated Signed-off-by: Josef Moravec Works as expected Signed-off-by: Jonathan Druart Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 688452ad7e9131a53a96bd826e6228e73494fa53) Signed-off-by: Chris Cormack --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt | 1 + 1 file changed, 1 insertion(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt index 211b131c2a..9f6ea3e9e6 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt @@ -10,6 +10,7 @@ [% INCLUDE 'calendar.inc' %] +[% INCLUDE 'timepicker.inc' %]