Thursday, June 19, 2025
3 changes · saas-18.3
Enhancements to existing features
The tax list views now include the 'Replaces' field so users can more easily see which taxes are being replaced. It is shown by default from Fiscal Positions and available as an optional column in the main tax list, improving tax configuration review without changing behavior.
Original PR description
Before this pr: The 'Replaces' field was not visible in the list view of the tax model, including when accessed via the Fiscal Position form view. After this pr: The 'Replaces' field is now available in both list views: - In the list view accessed from the Fiscal Position form view, it is visible by default. - In the main tax list view, it is available but hidden by default. Task: 4879111
The self-ordering flow now shows a clearer, more professional message when a point-of-sale session is inactive. This helps customers and staff better understand why ordering is unavailable, reducing confusion at the point of service.
Original PR description
Before this commit:
----------------
-The inactive session message was unclear.
After this commit:
-------------------------
-The message is now clearer and more professional.
Task-4797948The VoIP transfer screen now uses a solid transfer button instead of an outlined one. This small visual update makes the primary transfer action clearer and easier for users to recognize during calls.
Original PR description
This commit changes the style of the transfer button in the transfer view to be solid instead of outlined. ## Before  ## After 