Dolibarr ERP CRM is a modern software package to manage your company or foundation's activity (contacts, suppliers, invoices, orders, stocks, agenda, accounting, ...). it's an open source Web application (written in PHP) designed for businesses of any sizes, foundations and freelancers.
FIX|Fix #[31793 Production Quantity MO can't be float anymore]
[Long description]
since the merge request #28448
it's not possible to use float value on production usage.
modification from GETPOST(...,'int') to GETPOSTINT(...)
beforge change gestpost int was a float as wrote on documentation
FIX|Fix #[31793 Production Quantity MO can't be float anymore]
[Long description] since the merge request #28448 it's not possible to use float value on production usage. modification from GETPOST(...,'int') to GETPOSTINT(...) beforge change gestpost int was a float as wrote on documentation