Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

If you experience rounding issue when using HUF currency (storage and decimal places set to 0) when calculating invoice total with tax, please issue following SQL query on your HostBill database

Code Block
languagesql
 REPLACE INTO `hb_configuration` (`setting`, `value`) VALUES ('DecimalRoundingMode', 'HALF_UP');