Bug 18941 - C4::Budgets GetBudgetByCode should return active budgets over inactive...
authorNick Clemens <nick@bywatersolutions.com>
Fri, 14 Jul 2017 11:25:42 +0000 (11:25 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 10 Aug 2017 19:25:34 +0000 (16:25 -0300)
commit0e2c823e8806c35673505d0e2a03081cac00190a
tree351df50b63931520b132ac5c7c26d342291b84ea
parent22944fb61241239124b4db218d098b8510327276
Bug 18941 - C4::Budgets GetBudgetByCode should return active budgets over inactive budgets

To test:
1 - Create an active budget
2 - Create an inactive budget
3 - Ensure they each have a fund with the same code
4 - Set MarcFieldsToOrder to get the budget_code from a marc field
5 - Stage a file using the duplicated code
6 - Add to a basket from the staged file
7 - Add the items
8 - Note funds are encumbered from the inactive budget
9 - Apply patch
10 - Repeat 5-8 with a new basket
11 - Note the active budget is now used

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
C4/Budgets.pm