Compare commits
2 Commits
6e79afd115
...
29968a736c
Author | SHA1 | Date | |
---|---|---|---|
29968a736c | |||
077afcb0d7 |
@ -78,7 +78,7 @@ export class ItemService {
|
||||
if(atItemLocationItemCode) params = params.append("ail",atItemLocationItemCode);
|
||||
if(indexed) params = params.append("ind",indexed?"true":"false");
|
||||
if (level) params = params.append("lvl", level.toFixed());
|
||||
if (validToday) params = params.append("vt", indexed ? "true" : "false");
|
||||
if (validToday) params = params.append("vt", validToday ? "true" : "false");
|
||||
return this.httpClient.get<IItem[]>(`${this.ApiEndpoint()}/api/v1/items/`, { params: params });
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user