Done
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Assignee
Aleksandra Ciesińska
Aleksandra CiesińskaReporter
Sebastian Brudziński
Sebastian BrudzińskiLabels
Story Points
2
Original estimate
4d
Time tracking
2d 6h 30m logged1d 1h 30m remaining
Components
Sprint
None
Fix versions
Priority
Time Assistant
Time Assistant
Created October 9, 2018 at 2:38 PM
Updated August 22, 2019 at 2:09 PM
Resolved July 16, 2019 at 1:32 PM
The fulfillment service is referencing the Stock reason "TRANSFER IN" in its application.properties that only exists in the demo data of the Stock management - https://github.com/OpenLMIS/openlmis-fulfillment/blob/master/src/main/resources/application.properties
This property can be easily overwritten by an env variable, but we should not default to something that doesn't exist on a regular production instance.
Recommendations:
Move TRANSFER_IN to seed/bootstrap data or resign from the default value in application.properties and force implementations to set it up appropriately
Consult this with the tech committee before implementing so we agree on the solution