Thursday, August 24, 2023
2 changes
Resolved issues and error corrections
Deactivating a restaurant table now archives its linked booking resource instead of deleting it. This prevents related appointment information from being lost and helps keep booking records consistent.
Original PR description
Previously when a table was deactivated the linked appointment resource was deteted. Since the appointment ressource is linked to other records, the appoitment ressource needs to be archived and not deleted. Task-3432024
This fixes a demo data setup issue so the default account is assigned to the intended Belgian partner company instead of the main company. It helps ensure the Belgian-US consolidation demo starts with the correct accounting configuration when installed.
Original PR description
The default account should have been set on be_partner, not main_company (as default at install time)