[Koha-bugs] [Bug 22802] When ordering form a staged file, if funds are populated per item order level fund should not be required

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue May 14 15:30:51 CEST 2019


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

--- Comment #2 from Nick Clemens <nick at bywatersolutions.com> ---
Created attachment 89744
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=89744&action=edit
Bug 22802: Check item funds, order funds, and default funds when ordering from
a file

This patch tries to centralise the logic of order funds requirements into a
single routine.
If propogates defaults down into items/order as necessary, it also prevents
unsetting lower values if
a default is set.

To test:
1 - Populate 'MarcItemFieldsToOrder'
2 - Add to a basket from a file
3 - Use a file containing some item records with funds defined or not
4 - Confirm if all items have funds defined, you can order
5 - Confirm that setting the default for an order populates items and you can
order
6 - Confirm that setting the default for all orders populates items if present/
order if not
7 - Confirm that if defaults are set the lower levels cannot be unset
8 - Try various settings and confirm all work as expected

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


More information about the Koha-bugs mailing list