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

Chris Nighswonger cnighswonger at foundations.edu
Tue Apr 5 01:57:38 CEST 2011


This patch does not apply cleanly to 3.2.x. If it should be applied, please
fixup and resubmit with [3.2.x] in the subject line.

Kind Regards,
Chris


On Thu, Mar 24, 2011 at 5:32 PM, Nicole C. Engard <
nengard at bywatersolutions.com> wrote:

> 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
>
> _______________________________________________
> Koha-patches mailing list
> Koha-patches at 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/
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/koha-patches/attachments/20110404/352dcb20/attachment.htm>


More information about the Koha-patches mailing list