From 3a4607b5fc90ba982d43e8c2ce032ad7157bd0db Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 14 Mar 2014 11:18:19 -0400 Subject: [PATCH] Bug 11938: fix capitalization: Serial prediction pattern preview - Publication Date During add or edit of a subscription when you test the prediction pattern, "Publication Date" in the displayed table has incorrect capitalization. This patch corrects. To test, apply the patch and create or edit a subscription. In step two click the "test prediction pattern" button to display the table. "Publication date" should be correctly capitalized. Signed-off-by: Mark Tompsett Signed-off-by: Katrin Fischer String change, all good. Signed-off-by: Galen Charlton --- .../prog/en/modules/serials/showpredictionpattern.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/showpredictionpattern.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/showpredictionpattern.tt index 5a1265290f..69f707fe57 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/showpredictionpattern.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/showpredictionpattern.tt @@ -47,7 +47,7 @@ Number - Publication Date + Publication date [% IF (ask_for_irregularities) %] Not published [% END %] -- 2.39.5