Skip to content

Commit 445585c

Browse files
Bump up fulfillment service version to 9.2.1, update settings-sample
1 parent cd8c6d8 commit 445585c

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ OL_REPORT_VERSION=1.4.0
77
OL_HAPIFHIR_VERSION=2.0.4
88
OL_DIAGNOSTICS_VERSION=1.1.4
99
OL_REQUISITION_VERSION=8.4.0
10-
OL_FULFILLMENT_VERSION=9.2.0
10+
OL_FULFILLMENT_VERSION=9.2.1
1111
OL_NOTIFICATION_VERSION=4.3.5
1212
OL_REFERENCEDATA_VERSION=15.3.0
1313
OL_STOCKMANAGEMENT_VERSION=5.2.0

settings-sample.env

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,3 +191,10 @@ LOT_NEAR_EXPIRY_CRON=0 0 0 * * ?
191191
# Hikari config
192192
spring.datasource.hikari.maxLifetime=180000
193193
spring.datasource.hikari.idleTimeout=90000
194+
195+
# Fulfillment >=9.2.1
196+
# The IDs of reasons in Stock Management that will be used for stock event generation during Shipments and PoDs.
197+
# PoD - POD_REASON_ID - e3fc3cf3-da18-44b0-a220-77c985202e06 is set as default, unless other ID is specified here. Leave commented if default should be set.
198+
# Shipment - SHIPMENT_REASON_ID - No default reason, if not specifically provided here, null will be passed.
199+
# POD_REASON_ID=
200+
# SHIPMENT_REASON_ID=

0 commit comments

Comments
 (0)