Friday, June 23, 2023
3 changes · master
Resolved issues and error corrections
This fix ensures analytic account aggregate amounts include the needed currency information. It helps prevent incorrect or missing monetary totals in analytic views, improving reliability for financial analysis.
Original PR description
Forward port of a0a7119f0090ed64c1bd89a1321123dc3e80dde0 opw-3316448
This fixes a missing currency reference in Swedish point-of-sale aggregate reporting. It helps ensure totals are displayed or calculated with the correct currency, reducing reporting errors for affected businesses.
Original PR description
Forward port of 506c906c58a7d1b5e1592ccf0575194e0f387854 opw-3316448
The Helpdesk team settings now clearly show the 'Accept Emails From' label for the related email alias option. This fixes a missing label so users can better understand and configure who may send emails to a helpdesk team.
Original PR description
This PR address following Issue: - The label 'accept emails from' is missing from the alias_contact field. Cause: - The string applied to the field is not visible because it is inherited through another model. Therefore, the string is not functioning as intended. FIx: - To resolve this issue, a label needs to be applied to the field. task-3318851