@optimiser/common 1.0.241 → 1.0.242

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.
@@ -4129,6 +4129,7 @@ function CreateBanquetingVATSettingsData(msp_d, db, sdata, next) {
4129
4129
  schemaData = _b.sent();
4130
4130
  sdata['CreatedBy'] = userID;
4131
4131
  sdata['CreatedDate'] = new Date();
4132
+ sdata['OwnerID'] = userID;
4132
4133
  sdata['IsActive'] = true;
4133
4134
  _i = 0, _a = schemaData.Fields;
4134
4135
  _b.label = 2;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@optimiser/common",
3
- "version": "1.0.241",
3
+ "version": "1.0.242",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {