Bug 10570: Show nonpublic note on check expiration page

The check expiration page in serials only showed the OPAC note,
but it makes sense to also show the nonpublic note here.

This patch adds it.

To test:
- 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.

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
This commit is contained in:
Katrin Fischer 2013-07-10 22:56:13 +02:00 committed by Galen Charlton
parent 0ee3a414e8
commit 29498bf696

View file

@ -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 @@
<tr>
<th>ISSN</th>
<th>Title</th>
<th>Note</th>
<th>OPAC note</th>
<th>Nonpublic note</th>
<th>Expiration date</th>
<th colspan="2">&nbsp;</th>
</tr>
@ -101,6 +102,9 @@
<td>
[% subscriptions_loo.notes %]
</td>
<td>
[% subscriptions_loo.internalnotes %]
</td>
<td>
[% subscriptions_loo.expirationdate %]
</td>