Please ignore.
-Original Message-
From: koha-patches-boun...@lists.koha-community.org on behalf of Katrin Fischer
Sent: Thu 22.09.2011 07:50
To: koha-patches@lists.koha-community.org
Cc: Maxime Pelletier
Subject: [Koha-patches] [PATCH 1/2] Bug 6679 : fix 3 perl::critic warnings
From: Max
---
.../prog/en/xslt/MARC21slim2OPACResults.xsl|2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl
b/koha-tmpl/opac-tmpl/prog/en/xslt/MARC21slim2OPACResults.xsl
index 62a9f46..47045b9 100644
--- a/koha-tmpl/
>From 6610cbcfe07046bcd6d873a8f19bf8130d3dc182 Mon Sep 17 00:00:00 2001
From: Katrin Fischer
Date: Sat, 24 Jul 2010 10:37:32 +0200
Subject: [PATCH] Bug 4904: Problem with printing fines in overdue
notices
Content-Type: text/plain; charset="utf-8"
my $formatted_fine = currency_format("$1", "$fine"
Galen, you are right. I missed that :(
-Original Message-
From: koha-patches-boun...@lists.koha-community.org on behalf of Galen Charlton
Sent: Fri 12.11.2010 22:14
To: Katrin Fischer
Cc: koha-patches@lists.koha-community.org
Subject: Re: [Koha-patches] [PATCH] [SIGNED-OFF] Fix for Bug 51