Skip to content

Commit b08d20c

Browse files
committed
commit updates #3468
1 parent f925a34 commit b08d20c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/main/scripts/releases/4.3/adhoc/createServiceEstablishingAgreements.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ load('../../../utils/program.js');
44
load("../../../utils/addService.js")
55

66
const adminUserId = "system";
7-
const invoiceScoreId = '72dK3150f-763b-4taf-j49f-60a2dbda4398';
8-
const scoreId = '5803150k-653q-ubag-s49d-60a2dbda0784';
7+
const invoiceScoreId = '12dK3150f-763b-4taf-j49f-60a2dbda4311';
8+
const scoreId = '1103150k-653q-ubag-s49d-60a2dbda0711';
99
var serviceName = "Establishing Agreements"
1010
var newOutputs = [
1111
{formName: "NHT Output Report", sectionName: serviceName},
@@ -14,7 +14,7 @@ var newOutputs = [
1414
];
1515

1616

17-
addService(serviceName, NumberInt(48), undefined, undefined, newOutputs, adminUserId)
17+
addService(serviceName, NumberInt(49), undefined, undefined, newOutputs, adminUserId)
1818

1919
let scores = [
2020
{
@@ -49,7 +49,7 @@ let scores = [
4949
}
5050
,
5151
{
52-
_id: ObjectId('576ddg76a458s30890b60jlk5'),
52+
_id: ObjectId('517cde76a291e30890b60fd8'),
5353
scoreId: scoreId,
5454
label: 'Number of agreements established',
5555
status: 'active',

0 commit comments

Comments
 (0)