@@ -, +, @@ - Add a subscription, make sure to enter different notes in nonpublic note and OPAC note to check for display later on. - Go to the check expiration page and search for your subscription. - Check both notes show up correctly. --- .../prog/en/modules/serials/checkexpiration.tt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/checkexpiration.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/checkexpiration.tt @@ -13,7 +13,7 @@ return true; } else { - alert(_("You must enter a date !")); + alert(_("You must enter a date!")); document.f.date.focus(); return false; } @@ -78,7 +78,8 @@ ISSN Title - Note + OPAC note + Nonpublic note Expiration date   @@ -102,6 +103,9 @@ [% subscriptions_loo.notes %] + [% subscriptions_loo.internalnotes %] + + [% subscriptions_loo.expirationdate %] Edit --