>From 560d047d79aa9fd657b44542e20d7ce6f08f7124 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Hinderer?= <[email protected]>
Date: Thu, 19 Nov 2009 10:38:33 +0100
Subject: [PATCH] Fix typo admin/in brnaches template.
Content-Type: text/plain; charset="utf-8"

The branch notes were not displayed because the variable was called
branchnotesl rather than branchnotes
---
 .../prog/en/modules/admin/branches.tmpl            |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tmpl
index 2d03b63..6d761e1 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tmpl
@@ -203,7 +203,7 @@
                         <!-- TMPL_IF name="branchurl" -->
                             <br />URL: <!-- TMPL_VAR name="branchurl" escape="HTML" --><!-- /TMPL_IF -->
                         <!-- TMPL_IF name="branchnotes" -->
-                            <br />Notes: <!-- TMPL_VAR name="branchnotesl" escape="HTML" --><!-- /TMPL_IF -->
+                            <br />Notes: <!-- TMPL_VAR name="branchnotes" escape="HTML" --><!-- /TMPL_IF -->
                     <!-- /TMPL_IF -->
                 </td>
                 <td>
-- 
1.6.5

_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha.org/mailman/listinfo/koha-patches

Reply via email to