https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42500

--- Comment #1 from Kyle M Hall (khall) <[email protected]> ---
Created attachment 201437
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=201437&action=edit
Bug 42500: Add filter_by_pending to Koha::Acquisition::Orders

The hold ratios report needs to know how many copies are still on order for a
biblio. This adds a filter_by_pending method to Koha::Acquisition::Orders
returning the orders that have not been cancelled and still have copies left to
receive ( quantityreceived less than quantity ), matching the criteria the old
CountPendingOrdersByBiblionumber used.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://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/

Reply via email to