@@ -, +, @@ --- .../prog/en/modules/serials/subscription-add.tt | 41 +++++++++++-------- .../prog/en/modules/serials/subscription-detail.tt | 2 + 2 files changed, 26 insertions(+), 17 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tt @@ -1077,25 +1077,32 @@ $(document).ready(function() {

Subscription history

[cancel manual history]

Hint: you can update the serial history manually. This can be useful for an old subscription or to clean the existing history. Modify these fields with care, as future serial receive will continue to update them automatically.

-
    -
  1. - -
    (start date of the 1st subscription)
    -
  2. -
  3. - -
    (if empty, subscription is still active)
    -
  4. -
  5. +
      +
    1. + +
      (start date of the 1st subscription)
      +
    2. +
    3. + +
      (if empty, subscription is still active)
      +
    4. +
    5. - -
    6. -
    7. + +
    8. +
    9. - -
    10. -
    11. -
    + +
  6. +
  7. + + +
  8. +
  9. + + +
  10. +
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tt @@ -367,6 +367,8 @@ $(document).ready(function() {
  • Missing issues:[% missinglist %]
  • Nonpublic note:[% internalnotes %]
  • Public note:[% notes %]
  • +
  • History staff note[% librariannote %]
  • +
  • History OPAC note[% opacnote %]
  • --