shareneus 1.4.43 → 1.4.44

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.
@@ -122,7 +122,7 @@ class TransferOrderPrintService {
122
122
  let body = this.GetHeaderNames();
123
123
  Items.forEach((item, index) => {
124
124
  let dataRow = [];
125
- dataRow.push({ text: item.Desc, });
125
+ dataRow.push({ text: item.Name, });
126
126
  dataRow.push({ text: item.Qty, alignment: 'right', style: ['headerstyle'], });
127
127
  body.push(dataRow);
128
128
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shareneus",
3
- "version": "1.4.43",
3
+ "version": "1.4.44",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",