update
This commit is contained in:
@ -98,9 +98,9 @@ const ListToolbar = () => {
|
||||
};
|
||||
|
||||
if (typeSearchValue === 'msisdn') {
|
||||
formattedFilter['origin_customer.msisdn'] = searchValue;
|
||||
formattedFilter['Transactions.origin_msisdn'] = searchValue;
|
||||
} else if (typeSearchValue === 'fullname') {
|
||||
formattedFilter['origin_customer.fullname'] = searchValue;
|
||||
formattedFilter['Transactions.origin_name'] = searchValue;
|
||||
} else if (typeSearchValue === 'trxid') {
|
||||
formattedFilter['Transactions.code'] = searchValue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user