[Koha-patches] [PATCH] [SIGNED-OFF] Bug 7558: Serial issue note doubled up in full history

julian.maurice at biblibre.com julian.maurice at biblibre.com
Thu Feb 23 10:42:15 CET 2012


From: Katrin Fischer <Katrin.Fischer.83 at web.de>

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

Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
---
 .../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.9



More information about the Koha-patches mailing list