Tuesday, December 26, 2023
2 changes · master
Enhancements to existing features
The website table of contents snippet now uses editable text blocks for its default content. This lets users adjust the number of columns more easily when designing website pages, improving layout flexibility without technical work.
Original PR description
This commit replaces the simple blocks used in the "table of content" snippet with "s_text_block" snippets. This change allows users to modify the number of columns in the default content of the "table of content" snippet. task-2991349
The partner tax identification field now shows the country-specific label, such as GST number for India, instead of a generic Tax ID label. This makes customer and vendor forms clearer for businesses operating in India and helps users enter the right tax information.
Original PR description
In this commit ========================== The string for vat field must be according to the string for vat_label in country but it was not working due to vat replaced in other module, so made changes to set label for vat according to country. task-3627700