@measurequick/measurequick-report-generator 1.5.58 → 1.5.59

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@measurequick/measurequick-report-generator",
3
- "version": "1.5.58",
3
+ "version": "1.5.59",
4
4
  "description": "Generates PDF documents for various measureQuick applications.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -291,9 +291,9 @@ export async function getReport(payload) {
291
291
 
292
292
  //if (mapImagePg1 && t == 0) form.getButton('Map Image').setImage(mapImagePg1);
293
293
  //if (mapImagePg2 && t == 1) form.getButton('Map Image').setImage(mapImagePg2);
294
- let infoText = "Information text goes here";
294
+ //let infoText = "Information text goes here";
295
295
  //if (payload.meta.report_mode == 'heating') infoText = "What Are Your System Vitals?\nJust like your health vitals, temperature, pulse, and\nblood pressure etc, for Heating System vitals represent\nthe overall health of your heating system. These vitals\naccount for age, safety and efficiency, fuel input as\nwell as the airside performance of the system. System\ntargets that are out of range are typically related to\nsystem diagnostics below. Correcting the system faults\nshould put the system back into the normal range.";
296
- form.getTextField('Information Text').setText(infoText);
296
+ //form.getTextField('Information Text').setText(infoText);
297
297
 
298
298
  /*
299
299
  for (let blockNum = 1; blockNum < 5; blockNum++) {