[Koha-patches] [PATCH] [SIGNED-OFF] Bug 3670 Followup: fixes message preference form

Nicole C. Engard nengard at bywatersolutions.com
Thu Mar 24 22:32:04 CET 2011


From: Ian Walls <ian.walls at bywatersolutions.com>

Changing the database value from "Item DUE" to "Item Due" broke the matching performed in the
messaging-preferences-form.inc file, resulting it the notice being labeled as "Unknown".

This patch changes both the matching, and the display, to "Item Due"

Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com>
---
 .../prog/en/includes/messaging-preference-form.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/messaging-preference-form.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/messaging-preference-form.inc
index f9af076..3abce71 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/includes/messaging-preference-form.inc
+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/messaging-preference-form.inc
@@ -27,7 +27,7 @@
     </tr>
     <!-- TMPL_LOOP name="messaging_preferences" -->
     <tr>
-      <td><!-- TMPL_IF NAME="Item DUE" -->Item DUE
+      <td><!-- TMPL_IF NAME="Item Due" -->Item Due
           <!-- TMPL_ELSIF NAME="Advance Notice" -->Advance Notice
           <!-- TMPL_ELSIF NAME="Upcoming Events" -->Upcoming Events
           <!-- TMPL_ELSIF NAME="Hold Filled" -->Hold Filled
-- 
1.7.2.3



More information about the Koha-patches mailing list