Details
-
Bug
-
Status: Closed (View Workflow)
-
P1
-
Resolution: Done
-
None
-
ACQ Sprint 120
-
3
-
Thunderjet
-
R1 2021 Hot FIx #4
-
Yes
-
Approved at CPT meeting at 7/19
-
Lehigh, MO State, University of Tennessee Martin
Description
Overview:
It looks like the current unopen strategy is updating encumbrances for the previous fiscal year when an order is unopened, changing old budgets. It should only be taking the current fiscal year into account when processing encumbrances.
Steps to Reproduce:
- Log into some FOLIO environment as User X
- Create a Fiscal year, Ledger and Fund with a budget
- Create an order with 1 POL with 1 fund distribution for that budget
- Open the order
- Create a second fiscal year in the same series
- Rollover ledger allocations and all order based on remaining encumbrances
- Edit fiscal years so that FY 2 is now the current fiscal year
- Navigate to your order
- Click unopen in action menu
Expected Results: Order is moved to pending state and FY 2 encumbrance is pending. FY 1 encumbrance has NOT been changed in any way.
Actual Results: Multiple pending encumbrances appear on the budget for the order.
Additional Information:
When unopening an order, OpenToPendingEncumbranceStrategy uses EncumbranceService#getOrderEncumbrances to get the list of related encumbrances, so it is not taking the fiscal year into account. See EncumbranceService#getCurrentPoLinesEncumbrances for an example of a query taking the current fiscal year into account.
**
TestRail: Results
Attachments
Issue Links
- blocks
-
MODORDERS-543 MODORDERS (mod-orders) R1 Hotfix #4 release
-
- Closed
-
- defines
-
UXPROD-2630 Thunderjet - R2 Enhancements/Bugfixes
-
- Closed
-
- is cloned by
-
MODORDERS-544 R1 Hotfix -> R2 Bugfix - Unopen fails after a rollover for an order created in the previous year
-
- Closed
-
- relates to
-
MODFISTO-247 Rollover errors when at least 1 order has encumbrance with initialAllocation = 0
-
- Closed
-