Thursday, August 15, 2024
1 change · saas-17.4
Resolved issues and error corrections
This fix prevents an error when creating a new bank reconciliation entry in Accounting, especially when debug mode is enabled. It corrects the setup of the quick-create form so users can open it reliably without interruption.
Original PR description
Steps to reproduce ================== - Enable debug mode - Go to Accounting > Bank - Click on New => TypeError at describeType Cause of the issue ================== The props of the BankRecQuickCreate were not properly declared. - An Object.fromEntries call was missing - The quickCreateView prop was redeclared - The globalState prop was missing opw-4107812