fix: transaction type in customer/vendor transactions report.

This commit is contained in:
a.bouhuolia
2021-05-09 03:10:36 +02:00
parent 8566ce126e
commit bd7c9db5f6
10 changed files with 40 additions and 19 deletions

View File

@@ -30,7 +30,6 @@ export const useCustomersTransactionsColumns = () => {
},
className: 'customer_name',
textOverview: true,
// width: 240,
},
{
Header: formatMessage({ id: 'account_name' }),