fix DN to donation on transfertype
This commit is contained in:
@ -43,7 +43,8 @@ const typeLabelMap: Record<string, string> = {
|
||||
DM: 'Disbursment Master Agent',
|
||||
DA: 'Disbursment Agent',
|
||||
WI: 'Withdraw Merchant',
|
||||
IC: 'Income Merchant'
|
||||
IC: 'Income Merchant',
|
||||
DN: 'Donation'
|
||||
};
|
||||
|
||||
const ListToolbar = () => {
|
||||
|
||||
Reference in New Issue
Block a user