@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.
- package/dist/lib/utility.js +1 -0
- package/package.json +1 -1
package/dist/lib/utility.js
CHANGED
|
@@ -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;
|