fix(BalanceSheet): filter by branches.

fix(ProfitLossSheet): filter by branches.
fix(CashflowStatement): filter by branches.
This commit is contained in:
a.bouhuolia
2022-03-23 16:47:22 +02:00
parent 3d9b95cbcf
commit a6d93170df
7 changed files with 106 additions and 35 deletions

View File

@@ -57,7 +57,7 @@ const branchSelectProps = {
/**
* branches mulit select.
* @param {*} param0
* @returns
* @returns {JSX.Element}
*/
export function BranchMultiSelect({ branches, ...rest }) {
return (