Monday, April 19, 2021
1 change · master
Resolved issues and error corrections
This fix ensures customer information is computed from regular projects instead of field service projects, preventing incorrect project-related sales data. It also preserves the ability to manually adjust employee mapping prices on field service projects by avoiding unnecessary price recalculations.
Original PR description
Before this commit, the compute_partner_id should take only the basic projects and not the fsm one, but it is not the case only the fsm projects are used in this compute. This commit corrects the compute to use only the basic projects as we expect. Bug since this commit: 45136b3e380