projects
/
evergreen
/
masslnc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4e137f
)
%l instead of %H if we're using AM/PM for default time formats
author
Dan Scott
<dscott@laurentian.ca>
Mon, 6 Jan 2014 18:19:17 +0000
(13:19 -0500)
committer
Dan Wells
<dbw2@calvin.edu>
Tue, 21 Jan 2014 19:57:42 +0000
(14:57 -0500)
Thanks again to the indefatiguable Ben Shum for this catch!
Signed-off-by: Dan Scott <dscott@laurentian.ca>
Signed-off-by: Dan Wells <dbw2@calvin.edu>
Open-ILS/src/templates/opac/parts/library/hours.tt2
patch
|
blob
|
history
diff --git
a/Open-ILS/src/templates/opac/parts/library/hours.tt2
b/Open-ILS/src/templates/opac/parts/library/hours.tt2
index
823701c
..
d66832f
100644
(file)
--- a/
Open-ILS/src/templates/opac/parts/library/hours.tt2
+++ b/
Open-ILS/src/templates/opac/parts/library/hours.tt2
@@
-1,7
+1,7
@@
[% time_format = ctx.get_org_setting(ctx.library.id, 'format.time');
- UNLESS time_f
m
t;
- time_format = '%
H
:%M %p';
+ UNLESS time_f
orma
t;
+ time_format = '%
l
:%M %p';
END;
USE date (format = time_format);