You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: admin/website-angular/src/app/@shared/warehouse/forms/warehouse-manage-tabs/delivery-areas/warehouse-manage-tabs-delivery-areas.component.html
Copy file name to clipboardexpand all lines: admin/website-angular/src/app/@shared/warehouse/forms/warehouse-manage-tabs/delivery-areas/warehouse-manage-tabs-delivery-areas.component.ts
Copy file name to clipboardexpand all lines: admin/website-angular/src/app/@shared/warehouse/forms/warehouse-manage-tabs/warehouse-manage-tabs.component.html
Copy file name to clipboardexpand all lines: admin/website-angular/src/app/@shared/warehouse/forms/warehouse-manage-tabs/warehouse-manage-tabs.component.ts
+20-2
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ import Warehouse from '@modules/server.common/entities/Warehouse';
Copy file name to clipboardexpand all lines: admin/website-angular/src/app/pages/+warehouses/+warehouse/+warehouse-manage/warehouse-manage.component.ts
+2-2
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,8 @@ export class WarehouseManageComponent implements OnInit {
69
69
...this._currentWarehouse,
70
70
...tabsInfoRaw.basicInfo,
71
71
...tabsInfoRaw.contactInfo,
72
-
geoLocation: tabsInfoRaw.location
72
+
geoLocation: tabsInfoRaw.location,
73
+
deliveryAreas: tabsInfoRaw.deliveryAreas
73
74
};
74
75
75
76
constpasswordOld=tabsInfoRaw.password.current;
@@ -113,7 +114,6 @@ export class WarehouseManageComponent implements OnInit {
0 commit comments