[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:56 CEST 2014


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

--- Comment #42 from Galen Charlton <gmcharlt at gmail.com> ---
Created attachment 28524
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=28524&action=edit
Bug 11169: (follow-up) only count orders that have been placed

This patch ensures that only orders that have been placed (i.e.,
orders whose basket is closed) are counted in the OPACAcquisitionsDetails
display.

To test:

[1] Turn on OPACAcquisitionsDetails and set AcqCreateItem to 'ordering'.
[2] Create an order for a record, but do not close the basket.
[3] View the record in the OPAC.  It should not display any order count.
[4] Close the bakset.
[5] View the record in the OPAC again.  This time, it should display
    the count of items on order.

Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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


More information about the Koha-bugs mailing list