Reverted back to 005 for cargo suretys
This commit is contained in:
parent
21652e1ffe
commit
3e7ae6b70b
@ -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,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user