Reverted back to 005 for cargo suretys

This commit is contained in:
gitadmin 2025-10-28 10:02:23 +00:00
parent 21652e1ffe
commit 3e7ae6b70b

View File

@ -127,7 +127,7 @@ export class CommonService {
} }
getCargoSuretys(): Observable<CargoSurety[]> { getCargoSuretys(): Observable<CargoSurety[]> {
return this.http.get<any[]>(`${this.apiUrl}/${this.apiDb}/GetParamValues?P_PARAMTYPE=003&P_SPID=${this.userService.getUserSpid()}`).pipe( return this.http.get<any[]>(`${this.apiUrl}/${this.apiDb}/GetParamValues?P_PARAMTYPE=005&P_SPID=${this.userService.getUserSpid()}`).pipe(
map((response) => map((response) =>
response.map((item) => ({ response.map((item) => ({
name: item.PARAMDESC, name: item.PARAMDESC,