Skip to content

Commit

Permalink
Added serviceline ECD in wrapup time configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Devika committed Apr 2, 2024
1 parent a8bc8db commit 7786c40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export class WrapupTimeConfigurationService {
let result = [];
if (response.json().data) {
result = response.json().data.filter(function (item) {
if (item.serviceID == 3 ||item.serviceID == 6 ||item.serviceID == 1) {
if (item.serviceID == 3 ||item.serviceID == 6 ||item.serviceID == 1 || item.serviceID == 10) {
return item;
}
});
Expand Down

0 comments on commit 7786c40

Please sign in to comment.