Skip to content
Snippets Groups Projects
Commit e5f8c601 authored by Hamza HRAMCHI's avatar Hamza HRAMCHI
Browse files

FIX #21748 TIME 0:05 Hide the indicative price block if no shipping template is selected

parent e2f9d56c
No related branches found
No related tags found
No related merge requests found
......@@ -116,6 +116,7 @@ export class SendShippingActionComponent implements OnInit {
this.http.put('../rest/resourcesList/integrations', { resources: this.data.resIds, integrations: { [integrationId]: !this.data.resource.integrations[integrationId] } }).pipe(
tap(() => {
this.data.resource.integrations[integrationId] = !this.data.resource.integrations[integrationId];
this.currentShipping = null;
this.checkShipping();
}),
catchError((err: any) => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment