Tuesday, June 24, 2025
2 changes · saas-18.3
Enhancements to existing features
This update improves the internal testing approach for field service geolocation, making tests more reliable and easier to maintain. It also makes a small wording spacing adjustment around the map link shown in field service flows.
Original PR description
[IMP] industry_fsm: use MockRequest to fake geoip In this commit: - MockRequest is used to fake geoip in industry_fsm tests instead of hard coding it with DotDict and manipulating the _request_stack. - space added before "View on Map". task-4745995
Batch payments now better prevent inconsistent payment methods that could create mixed payment records with and without accounting entries. The update also keeps payment links available during bank reconciliation and improves unreconciliation handling, reducing confusion and manual cleanup for accounting teams.
Original PR description
For the creation of batch payment, the payment method must be the same. But i can happen that the payment method was firstly used without an outstanding account and so it will result in a batch payment with both entries and no entries. This will add a constraint to avoid that behavior task-4749334