From 92a5086f1fa3114fb4b5bdeabb4dceafce31753c Mon Sep 17 00:00:00 2001 From: Ahmed Bouhuolia Date: Thu, 1 Jan 2026 22:13:08 +0200 Subject: [PATCH] Revert "fix: account transactions don't show up" --- .../MoneyInDialog/OtherIncome/OtherIncomeFormFields.tsx | 2 ++ .../OwnerContribution/OwnerContributionFormFields.tsx | 2 ++ .../TransferFromAccount/TransferFromAccountFormFields.tsx | 2 ++ .../MoneyOutDialog/OtherExpense/OtherExpnseFormFields.tsx | 2 ++ .../MoneyOutDialog/OwnerDrawings/OwnerDrawingsFormFields.tsx | 2 ++ .../TransferToAccount/TransferToAccountFormFields.tsx | 2 ++ 6 files changed, 12 insertions(+) diff --git a/packages/webapp/src/containers/CashFlow/MoneyInDialog/OtherIncome/OtherIncomeFormFields.tsx b/packages/webapp/src/containers/CashFlow/MoneyInDialog/OtherIncome/OtherIncomeFormFields.tsx index f20239fce..9f76aaaaf 100644 --- a/packages/webapp/src/containers/CashFlow/MoneyInDialog/OtherIncome/OtherIncomeFormFields.tsx +++ b/packages/webapp/src/containers/CashFlow/MoneyInDialog/OtherIncome/OtherIncomeFormFields.tsx @@ -19,6 +19,7 @@ import { Row, FeatureCan, BranchSelect, + BranchSelectButton, FInputGroup, FFormGroup, FTextArea, @@ -59,6 +60,7 @@ export default function OtherIncomeFormFields() { diff --git a/packages/webapp/src/containers/CashFlow/MoneyInDialog/OwnerContribution/OwnerContributionFormFields.tsx b/packages/webapp/src/containers/CashFlow/MoneyInDialog/OwnerContribution/OwnerContributionFormFields.tsx index 42c57f6a9..8c6d29358 100644 --- a/packages/webapp/src/containers/CashFlow/MoneyInDialog/OwnerContribution/OwnerContributionFormFields.tsx +++ b/packages/webapp/src/containers/CashFlow/MoneyInDialog/OwnerContribution/OwnerContributionFormFields.tsx @@ -11,6 +11,7 @@ import { Col, Row, BranchSelect, + BranchSelectButton, FeatureCan, FFormGroup, FMoneyInputGroup, @@ -55,6 +56,7 @@ export default function OwnerContributionFormFields() { diff --git a/packages/webapp/src/containers/CashFlow/MoneyInDialog/TransferFromAccount/TransferFromAccountFormFields.tsx b/packages/webapp/src/containers/CashFlow/MoneyInDialog/TransferFromAccount/TransferFromAccountFormFields.tsx index f2341ec11..2a659a19a 100644 --- a/packages/webapp/src/containers/CashFlow/MoneyInDialog/TransferFromAccount/TransferFromAccountFormFields.tsx +++ b/packages/webapp/src/containers/CashFlow/MoneyInDialog/TransferFromAccount/TransferFromAccountFormFields.tsx @@ -11,6 +11,7 @@ import { Row, FeatureCan, BranchSelect, + BranchSelectButton, FMoneyInputGroup, FFormGroup, FTextArea, @@ -48,6 +49,7 @@ export default function TransferFromAccountFormFields() { diff --git a/packages/webapp/src/containers/CashFlow/MoneyOutDialog/OtherExpense/OtherExpnseFormFields.tsx b/packages/webapp/src/containers/CashFlow/MoneyOutDialog/OtherExpense/OtherExpnseFormFields.tsx index 84942e41a..56d8d719b 100644 --- a/packages/webapp/src/containers/CashFlow/MoneyOutDialog/OtherExpense/OtherExpnseFormFields.tsx +++ b/packages/webapp/src/containers/CashFlow/MoneyOutDialog/OtherExpense/OtherExpnseFormFields.tsx @@ -11,6 +11,7 @@ import { Row, FeatureCan, BranchSelect, + BranchSelectButton, FTextArea, FFormGroup, FInputGroup, @@ -46,6 +47,7 @@ export default function OtherExpnseFormFields() { diff --git a/packages/webapp/src/containers/CashFlow/MoneyOutDialog/OwnerDrawings/OwnerDrawingsFormFields.tsx b/packages/webapp/src/containers/CashFlow/MoneyOutDialog/OwnerDrawings/OwnerDrawingsFormFields.tsx index c9ef8c3f7..5c7a73c4d 100644 --- a/packages/webapp/src/containers/CashFlow/MoneyOutDialog/OwnerDrawings/OwnerDrawingsFormFields.tsx +++ b/packages/webapp/src/containers/CashFlow/MoneyOutDialog/OwnerDrawings/OwnerDrawingsFormFields.tsx @@ -11,6 +11,7 @@ import { Row, FeatureCan, BranchSelect, + BranchSelectButton, FFormGroup, FTextArea, FInputGroup, @@ -48,6 +49,7 @@ export default function OwnerDrawingsFormFields() { diff --git a/packages/webapp/src/containers/CashFlow/MoneyOutDialog/TransferToAccount/TransferToAccountFormFields.tsx b/packages/webapp/src/containers/CashFlow/MoneyOutDialog/TransferToAccount/TransferToAccountFormFields.tsx index b965548b6..2856341f7 100644 --- a/packages/webapp/src/containers/CashFlow/MoneyOutDialog/TransferToAccount/TransferToAccountFormFields.tsx +++ b/packages/webapp/src/containers/CashFlow/MoneyOutDialog/TransferToAccount/TransferToAccountFormFields.tsx @@ -12,6 +12,7 @@ import { Row, FeatureCan, BranchSelect, + BranchSelectButton, FFormGroup, FTextArea, FMoneyInputGroup, @@ -51,6 +52,7 @@ export default function TransferToAccountFormFields() {