ti2-tourplan 1.0.3 → 1.0.4

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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -119,7 +119,7 @@ class Plugin {
119
119
  description: R.path(['AllocationDescription', 0], currentAllotment),
120
120
  appliesTo: {
121
121
  S: 'Supplier',
122
- P: 'Product',
122
+ O: 'Product',
123
123
  }[appliesTo] || appliesTo,
124
124
  bySplitCode,
125
125
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ti2-tourplan",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "Tourplan's TI2 Plugin",
5
5
  "main": "index.js",
6
6
  "scripts": {