https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15531
Jesse Weaver <jwea...@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #47367|0 |1 is obsolete| | --- Comment #8 from Jesse Weaver <jwea...@bywatersolutions.com> --- Created attachment 50365 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=50365&action=edit Bug 15531: Add support for standing orders This allows creation of special baskets that include standing orders. These orders do not have a known quantity (and may not have a known price in advance). Upon receipt, the received items are split into a new completed order. Test plan: 1) Run updatedatabase.pl. 2) Run prove t/db_dependent/Acquisition/StandingOrders.t . (and the other Acquisition tests). 3) Create a new basket, mark it as a standing order basket. 4) Add an order to this basket, and notice that the quantity field is missing (and thus not required). 5) Receive items for this order, and notice that the original order is unchanged. The new child order line should have the correct price and quantity information. (Note: the QA tools output what seems to be a spurious spelling error for Test::More's "isnt" in StandingOrders.t.) -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list Koha-bugs@lists.koha-community.org 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/