Thursday, September 26, 2024
1 change · saas-17.4
Resolved issues and error corrections
The Ecuador point-of-sale flow now lets cashiers choose a customer without triggering an error. This restores the ability to select a customer other than the default final consumer, helping checkout proceed correctly.
Original PR description
Before this commit, changing the partner in POS for the EC localization was raising an OWL error. This error happens because missingFields got stripped from most of the codebase, including PartnerList, leading to an "Invalid Props" error in Owl. This was preventing users from selecting a partner other than the default "consumidor final". After this commit, clicking the partner button correctly opens the "partner selection" popup. opw-4171779 opw-4192162