@colijnit/transactionapi 1.1.122 → 1.1.124
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.
|
@@ -13,7 +13,8 @@ exports.OrderLineSetInfo = void 0;
|
|
|
13
13
|
const no_db_field_decorator_1 = require("@colijnit/ioneconnector/build/factory/decorators/no-db-field.decorator");
|
|
14
14
|
class OrderLineSetInfo {
|
|
15
15
|
get isExternalOrderSet() {
|
|
16
|
-
return (this.catalogId !== null &&
|
|
16
|
+
return (this.catalogId !== null &&
|
|
17
|
+
(this.wtProjectNr !== null || this.vdProjectId !== null || this.aupOrderNr !== null || this.hdVariantId !== null));
|
|
17
18
|
}
|
|
18
19
|
}
|
|
19
20
|
__decorate([
|
|
@@ -137,6 +137,10 @@ __decorate([
|
|
|
137
137
|
no_db_field_decorator_1.NoDbField(),
|
|
138
138
|
__metadata("design:type", String)
|
|
139
139
|
], TransactionLineInfo.prototype, "locationNr", void 0);
|
|
140
|
+
__decorate([
|
|
141
|
+
no_db_field_decorator_1.NoDbField(),
|
|
142
|
+
__metadata("design:type", String)
|
|
143
|
+
], TransactionLineInfo.prototype, "batchNr", void 0);
|
|
140
144
|
__decorate([
|
|
141
145
|
no_db_field_decorator_1.NoDbField(),
|
|
142
146
|
__metadata("design:type", String)
|