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.
---
 .../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 5a12652..69f707f 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 @@
   <thead>
     <tr>
       <th>Number</th>
-      <th>Publication Date</th>
+      <th>Publication date</th>
       [% IF (ask_for_irregularities) %]
       <th>Not published</th>
       [% END %]
-- 
1.7.9.5
_______________________________________________
Koha-patches mailing list
Koha-patches@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to