From 993a7df855d7bdbfa35d116e1e76d5fdd432be04 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. --- .../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 bba6a2e..097c25e 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 @@ -353,6 +353,8 @@ function popup(subscriptionid) { [% missinglist %] [% internalnotes %] [% notes %] + [% librariannote %] + [% opacnote %] -- 1.7.4.1