From 21652e1ffe6a5a9aa51d13e7d4f94dd8e674a999 Mon Sep 17 00:00:00 2001 From: gitadmin Date: Tue, 28 Oct 2025 02:53:43 +0000 Subject: [PATCH] Tweaked getCargoSuretys to use 003 instead of 005 --- 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 06b9ae8..98efb7a 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=005&P_SPID=${this.userService.getUserSpid()}`).pipe( + return this.http.get(`${this.apiUrl}/${this.apiDb}/GetParamValues?P_PARAMTYPE=003&P_SPID=${this.userService.getUserSpid()}`).pipe( map((response) => response.map((item) => ({ name: item.PARAMDESC,