mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-04-21 19:54:13 +00:00
Fixed the Money In dialog where form fields were not appearing after selecting the transaction type and current account. The issue was that AccountsSuggestField (non-Formik version) was being used instead of FAccountsSuggestField. The non-Formik version doesn't update Formik's form values, so the condition in MoneyInContentFields that checks values.cashflow_account_id was never satisfied. Also updated MoneyOutDialog to use onItemChange prop for consistency. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>