[PATCH] Fix typo admin/in brnaches template.

Sébastien Hinderer Sebastien.Hinderer at ens-lyon.org
Thu Nov 19 10:38:33 CET 2009


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


--ikeVEW9yuYc//A+q--


More information about the Koha-patches mailing list