http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11169
Galen Charlton <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #28512|0 |1 is obsolete| | --- Comment #40 from Galen Charlton <[email protected]> --- 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 <[email protected]> Signed-off-by: Galen Charlton <[email protected]> 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
