decimals(),TRUE); } public static function round($amount,$decimals=0) { return Num::round($amount,Company::instance()->decimals()+$decimals); } } ?>