@measurequick/measurequick-report-generator 1.5.153 → 1.5.154

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.153",
3
+ "version": "1.5.154",
4
4
  "description": "Generates PDF documents for various measureQuick applications.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -597,6 +597,6 @@ function getTextFields(payload, test) {
597
597
  tempSplitLoss: fmt(test.data.temp_split_loss, 0),
598
598
  gasInputLoss: fmt(test.data.gas_input_loss, 0),
599
599
  staticLoss: fmt(test.data.static_loss, 0),
600
- staticLoss: fmt(test.data.co_ambient, 0),
600
+ co_ambient: fmt(test.data.co_ambient, 0),
601
601
  };
602
602
  }
@@ -593,8 +593,8 @@ function getTextFields(payload, test) {
593
593
  tempSplitLoss: fmt(test.data.temp_split_loss, 0),
594
594
  gasInputLoss: fmt(test.data.gas_input_loss, 0),
595
595
  staticLoss: fmt(test.data.static_loss, 0),
596
- co_ambient: fmt(test.data.static_loss, 0),
597
- co_return: fmt(test.data.static_loss, 0),
598
- co_supply: fmt(test.data.static_loss, 0),
596
+ co_ambient: fmt(test.data.co_ambient, 0),
597
+ co_return: fmt(test.data.co_return, 0),
598
+ co_supply: fmt(test.data.co_supply, 0),
599
599
  };
600
600
  }