From: Robin Sheat Date: Thu, 29 Sep 2011 05:05:49 +0000 (+1300) Subject: Bug 6938 - replace two subscription fields that were incorrectly removed X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=2f11d527a0749e86350d62055f289aaee9435848;p=koha.git 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 Signed-off-by: Chris Cormack --- 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 f21e72db99..40e1ebee4c 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 f3ab9a26cc..8663c94c03 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 %]