From: Katrin Fischer <[email protected]> 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 <[email protected]> --- .../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 _______________________________________________ Koha-patches mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
