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

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu May 8 11:31:54 CEST 2014


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

Jonathan Druart <jonathan.druart at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #27018|0                           |1
        is obsolete|                            |
  Attachment #27019|0                           |1
        is obsolete|                            |
  Attachment #27020|0                           |1
        is obsolete|                            |

--- Comment #27 from Jonathan Druart <jonathan.druart at biblibre.com> ---
Created attachment 28045
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=28045&action=edit
Bug 11169: Display acquition details at 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 don't have anymore the "on order" status.

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

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


More information about the Koha-bugs mailing list