From 3e7ae6b70b84d669ae42e2a50737225c2888cb2b Mon Sep 17 00:00:00 2001 From: gitadmin Date: Tue, 28 Oct 2025 10:02:23 +0000 Subject: [PATCH] Reverted back to 005 for cargo suretys --- src/app/core/services/common/common.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/core/services/common/common.service.ts b/src/app/core/services/common/common.service.ts index 98efb7a..06b9ae8 100644 --- a/src/app/core/services/common/common.service.ts +++ b/src/app/core/services/common/common.service.ts @@ -127,7 +127,7 @@ export class CommonService { } getCargoSuretys(): Observable { - return this.http.get(`${this.apiUrl}/${this.apiDb}/GetParamValues?P_PARAMTYPE=003&P_SPID=${this.userService.getUserSpid()}`).pipe( + return this.http.get(`${this.apiUrl}/${this.apiDb}/GetParamValues?P_PARAMTYPE=005&P_SPID=${this.userService.getUserSpid()}`).pipe( map((response) => response.map((item) => ({ name: item.PARAMDESC,