From 8b884e23ed2e8ea11594a4e2632b0b4011cff7a3 Mon Sep 17 00:00:00 2001
From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Date: Thu, 5 Jan 2012 12:20:55 +0100
Subject: [PATCH] 3806 follow up for switching day/month header
Content-Type: text/plain; charset="utf-8"

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Trivial change to correct column header.
---
 .../prog/en/modules/tools/holidays.tt              |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/holidays.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/holidays.tt
index 19b2309..9f2ddb4 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/holidays.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/holidays.tt
@@ -438,7 +438,7 @@
 <table id="holidaysyearlyrepeatable">
 <thead>
 <tr>
-  [% IF ( dateformat == 'metric' ) %]
+  [% IF ( dateformat_metric ) %]
   <th class="repeatableyearly">Day/Month</th>
   [% ELSE %]
   <th class="repeatableyearly">Month/Day</th>
-- 
1.6.0.6