Bug in to_number format field October 28, 2019, 05:09:17 PM PHPRad classic 2.6.9Bug : mismatch coding in function helper online 559Fix by : DECIMALfunction to_number($val,$lang='en'){ $f = new NumberFormatter($lang, NumberFormatter::DECIMAL); return $f->format($val); }Tin. Quote Selected
Re: Bug in to_number format field Reply #1 – October 29, 2019, 02:12:53 PM Thanks, it will be looked into. Quote Selected 1 Likes