http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11169 --- Comment #16 from sandboxes@biblibre.com <sandboxes@biblibre.com> --- Created attachment 26343 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=26343&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. Signed-off-by: Broust <jean-manuel.broust@univ-lyon2.fr> -- You are receiving this mail because: You are watching all bug changes.