mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-11 19:43:01 +01:00
* Fix numeric input parsing to support comma as decimal separator GETPOSTINT() only handles integer values and fails when input uses a comma as decimal * Update dispatch.php * Change GETPOST to GETPOSTFLOAT for price input --------- Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>