]> git.koha-community.org Git - koha.git/commit
Bug 11148: Add a as_due_date parameter to the output_pref routine
authorJonathan Druart <jonathan.druart@biblibre.com>
Mon, 2 Dec 2013 16:21:13 +0000 (17:21 +0100)
committerFridolin Somers <fridolin.somers@biblibre.com>
Wed, 6 Aug 2014 10:45:39 +0000 (12:45 +0200)
commit16ce7c7b3b7055638926e36a6bcc6a3f1e1cb3e2
tree4639adff3d8b5701667cf5e3b15272054bcc7d3c
parentd9fbbf1a972032e9c23bfb677c3c7563305b92c9
Bug 11148: Add a as_due_date parameter to the output_pref routine

This parameter is a boolean, if true, the hours won't be displayed if
the time is 23:59 (24hr format) or 11:59 PM (12hr format).

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
(cherry picked from commit 4ea09932ddbfbcc0e9201f7cc6b2a5e08a4efabf)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
Koha/DateUtils.pm
opac/opac-reserve.pl
t/DateUtils.t