Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1

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

 REPLACE INTO `hb_configuration` (`setting`, `value`) VALUES ('DecimalRoundingMode', 'HALF_UP');
  • No labels