From 552b33aaf2e0fcfa923d70dacf840beb1fa021b5 Mon Sep 17 00:00:00 2001
From: Katrin Fischer <Katrin.Fischer.83@web.de>
Date: Sun, 19 Feb 2012 18:01:04 +0100
Subject: [PATCH] Bug 7558: Serial issue note doubled up in full history

Removes the note behind the status, because there is a separate column.

To test:
- Add a subscription
- Receive an issue, add a note for it
- Search record in OPAC and check the full history tab for the note
---
 .../prog/en/modules/opac-full-serial-issues.tt     |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-full-serial-issues.tt b/koha-tmpl/opac-tmpl/prog/en/modules/opac-full-serial-issues.tt
index 0729ea6..2f956e8 100644
--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-full-serial-issues.tt
+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-full-serial-issues.tt
@@ -206,7 +206,6 @@ function showlayer(numlayer){
 			[% IF ( serial.status4 ) %]Missing[% END %]
 			[% IF ( serial.status5 ) %]Not Available[% END %]
 			[% IF ( serial.status7 ) %]Claimed[% END %]
-			[% IF ( serial.notes ) %]([% serial.notes %])[% END %]
 		    </td>
 		    <td class="subscriptionidfilterclass">    [% serial.subscriptionid %]
 		    </td>
-- 
1.7.5.4