Dolibarr / dolibarr

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.
https://www.dolibarr.org
GNU General Public License v3.0
5.52k stars 2.81k forks source link

PR#28448 broke qty float on xpedition same correction as #31794 #32055

Closed daGrumpf-bxp closed 1 week ago

daGrumpf-bxp commented 1 week ago

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