With the v12.0.1 installation, when modifying the limits and precision parameters, it deletes the following lines from the ilx-const table: 1) MAIN_MAX_DECIMALS_UNIT, 2) MAIN_MAX_DECIMALS_TOT and 3) MAIN_MAX_DECIMALS_SHOWN.
And it leaves the default values 5, 2, 8, respectively.
In this section is the VAT rounding parameter, but the% MAIN_ROUND% line does not appear.
I need to round the total prices to integer (for example 9874.62 -> 9875.00 and VAT 19% 1876.18 -> 1876.00). How can I do this?