[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 Oct 30 15:31:07 CET 2013


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

--- Comment #1 from Jonathan Druart <jonathan.druart at biblibre.com> ---
Created attachment 22594
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=22594&action=edit
Bug 11169: Display acquition details at the OPAC

This patch adds a new tab 'Acquisition detail' on the OPAC detail page.
A syspref (OPACAcquisitionDetails) permits to turn on this feature.

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 "acquitision details" tab
  contains the right number of items which is in order.
- 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 "acquitision details" tab
  contains the list of items which is in order.
- receive the items.
- verify the received items don't appear anymore in the table.

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


More information about the Koha-bugs mailing list