[Koha-bugs] [Bug 11169] OPAC: Display an acquisition details tab

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed May 28 20:32:13 CEST 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11169

Galen Charlton <gmcharlt at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #28512|0                           |1
        is obsolete|                            |

--- Comment #40 from Galen Charlton <gmcharlt at gmail.com> ---
Created attachment 28522
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=28522&action=edit
Bug 11169: Display acquisition details in the OPAC

This patch adds a new system preference 'OPACAcquisitionDetail'.
If it is enabled, information about items on order will be displayed on
the OPAC detail page.

Test plan:
- switch on the OPACAcquisitionDetails pref.
- set the AcqCreateItems pref to 'receiving'.
- create some orders on 1 or more items.
- go to the opac detail page and verify the "Holdings" tab contains the
  line "X item are on order." (at the bottom of the table containing the
  item list).
- receive the items.
- verify the number of items has decreased.
- set the AcqCreateItems pref to 'ordering'.
- create some orders on 1 or more items.
- go to the opac detail page and verify the item list contains the items
  with the "on order" status.
- receive the items.
- verify the received items no longer have the the "on order" status.

To test completely this feature, you should verify there is no
regression on the pref OpacMaxItemsToDisplay, OpacSeparateHoldings and
OpacSeparateHoldingsBranch.

Signed-off-by: Paola Rossi <paola.rossi at cineca.it>
Signed-off-by: Galen Charlton <gmc at esilibrary.com>

Also removed some blank lines from the original patch and bumped up
the DBRev.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list