Bug 13427: jQuery Timepicker is not translated on returns page
authorKatrin Fischer <Katrin.Fischer.83@web.de>
Mon, 8 Jun 2015 03:04:56 +0000 (05:04 +0200)
committerMason James <mtj@kohaaloha.com>
Sat, 25 Jul 2015 13:20:08 +0000 (01:20 +1200)
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 <josef.moravec@gmail.com>
Works as expected

Signed-off-by: Jonathan Druart <jonathan.druart@koha-community.org>
Signed-off-by: Mason James <mtj@kohaaloha.com>

koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt

index 4daf601..b8b1210 100644 (file)
@@ -9,6 +9,7 @@
 
 [% INCLUDE 'calendar.inc' %]
 <script type="text/javascript" src="[% interface %]/lib/jquery/plugins/jquery-ui-timepicker-addon.min.js"></script>
+[% INCLUDE 'timepicker.inc' %]
 
 <script type="text/javascript">
 //<![CDATA[