@colijnit/transaction 12.1.214 → 12.1.215
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/bundles/colijnit-transaction.umd.js +12 -11
- package/bundles/colijnit-transaction.umd.js.map +1 -1
- package/esm2015/lib/component/delivery-planning-main/component/delivery-planning-overview/delivery-planning-overview.component.js +11 -10
- package/esm2015/lib/transaction-version.js +3 -3
- package/fesm2015/colijnit-transaction.js +12 -11
- package/fesm2015/colijnit-transaction.js.map +1 -1
- package/package.json +1 -1
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
function Version() {
|
|
33
33
|
this.name = "@colijnit/transaction";
|
|
34
34
|
this.description = "Colijn IT transaction package";
|
|
35
|
-
this.symVer = "12.1.
|
|
36
|
-
this.publishDate = "19-4-2024
|
|
35
|
+
this.symVer = "12.1.215";
|
|
36
|
+
this.publishDate = "19-4-2024 12:08:31";
|
|
37
37
|
}
|
|
38
38
|
return Version;
|
|
39
39
|
}());
|
|
@@ -39814,15 +39814,16 @@
|
|
|
39814
39814
|
});
|
|
39815
39815
|
}
|
|
39816
39816
|
if (order_1.lines.length > 0) {
|
|
39817
|
-
|
|
39818
|
-
|
|
39819
|
-
|
|
39820
|
-
|
|
39821
|
-
|
|
39822
|
-
|
|
39823
|
-
|
|
39824
|
-
|
|
39825
|
-
|
|
39817
|
+
order_1.linesLoaded = true;
|
|
39818
|
+
order_1.tasksLoaded = true;
|
|
39819
|
+
order_1.tasks = [];
|
|
39820
|
+
if (!transportDay.plannedOrders) {
|
|
39821
|
+
transportDay.plannedOrders = [order_1];
|
|
39822
|
+
}
|
|
39823
|
+
else {
|
|
39824
|
+
transportDay.plannedOrders.push(order_1);
|
|
39825
|
+
}
|
|
39826
|
+
_this.updatePlanningTransportEvent.emit(week);
|
|
39826
39827
|
}
|
|
39827
39828
|
else {
|
|
39828
39829
|
_this._dialog.showError("NO_LINES_TO_PLAN", true);
|