Skip to content

Commit e782553

Browse files
authored
Merge pull request #558 from divyav-aot/rsbc/7.0.0
DF-3195 fix "No test was administered" printing
2 parents 0ac9fae + e9757fe commit e782553

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

forms-flow-rsbcservice/src/print/print_layout.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@
181181
"REQUESTED_PRESCRIBED_TEST_USED_DRUG_INSTRUMENT",
182182
"REQUESTED_PRESCRIBED_TEST_USED_DRUG_PPCT",
183183
"REQUESTED_APPROVED_INSTRUMENT",
184+
"REQUESTED_NO_TEST_ADMINISTERED",
184185
"REQUESTED_TEST_TIME",
185186
"REQUESTED_TEST_BAC",
186187
"REQUESTED_TEST_BAC_RESULT",
@@ -941,6 +942,16 @@
941942
"x": 121.25,
942943
"y": 127.75
943944
}
945+
},
946+
"REQUESTED_NO_TEST_ADMINISTERED": {
947+
"field_type": "checkbox",
948+
"field_name": "requested_test_used_alcohol",
949+
"field_val": "no-test",
950+
"classNames": "fontSmall",
951+
"start": {
952+
"x": 121.25,
953+
"y": 132
954+
}
944955
},
945956
"REQUESTED_APPROVED_INSTRUMENT": {
946957
"field_type": "text",

0 commit comments

Comments
 (0)