From bbfc97256ed47538189efe430c422eeb372b7cff Mon Sep 17 00:00:00 2001 From: Robin Sheat Date: Thu, 29 Sep 2011 18:05:49 +1300 Subject: [PATCH] Bug 6938 - replace two subscription fields that were incorrectly removed The "Note for OPAC" and "Note for staff" fields in subscriptions were removed, but they are their own fields in the database and display in other places too. This patch puts them back so that they can once again be edited. Signed-off-by: Paul Poulain --- .../prog/en/modules/serials/subscription-add.tt | 41 +++++++++++-------- .../prog/en/modules/serials/subscription-detail.tt | 2 + 2 files changed, 26 insertions(+), 17 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tt index f21e72d..40e1ebe 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tt +++ b/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. +
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tt index f3ab9a2..8663c94 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tt +++ b/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 %]
  • -- 1.7.4.1