]> git.koha-community.org Git - koha.git/commit
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)
committerFridolin Somers <fridolin.somers@biblibre.com>
Fri, 29 Sep 2017 09:51:56 +0000 (11:51 +0200)
commit8818b604696512da7d094101036c8704ba315d96
tree657d854df39deb4f2500dc2817fa07b69a33cd15
parent69f0c2ece61abb2b512ba9189369b9fbec22941d
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>
(cherry picked from commit 0e2c823e8806c35673505d0e2a03081cac00190a)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
C4/Budgets.pm