@measurequick/measurequick-report-generator 1.5.18 → 1.5.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -148,9 +148,9 @@ export async function getReport(payload, _test) {
|
|
|
148
148
|
form.getTextField('TimeOfServiceUpper').setText(date.toLocaleTimeString("en-US"));
|
|
149
149
|
}
|
|
150
150
|
let type = 'Duct System Screening';
|
|
151
|
-
if (test.
|
|
151
|
+
if (test.ductScreeningType === 1)
|
|
152
152
|
type = 'Duct System Analysis';
|
|
153
|
-
else if (test.
|
|
153
|
+
else if (test.ductScreeningType === 2)
|
|
154
154
|
type = 'Duct Analysis w/Fan Table';
|
|
155
155
|
|
|
156
156
|
form.getTextField('HeaderText').setText(type);
|