* Add new conf in admin page for supplier order classify billed without invoice
* Add translations en_US
* Add check on new config to allow or not the classify billed button
* Add possibility to set the hidden conf to disallow classify billed button from order, from the admin page
* Update conf names and move code to right parts, according to PR returns
On a supplier invoice, when you want to set all lines VAT to 0, the check performed in card.php fails and an error occurs. The 0 value was interpreted as false so we never enter in the "if" condition. We now check that the value is not an empty string
* FIX#28347FIX#28962FIX#29224
* fix empty line
* Update card.php
* FIX#29035
* add multicompany support in creation of supplier order from client order
* Update card.php
Assign a subprice value of 0 to user selected lines without a vendor product price when creating a supplier order from a client order
When creating a new supplier order, even if the default reglement_mode is set for this supplier, the reglement_mode for the new order is not set.
As It is for the cond_reglement
I don't understand why my update is ok, but IT IS !
htdocs/fourn/class/fournisseur.facture.class.php 204 PHPDoc type float|int of property FactureFournisseur::$total_ht is not covariant with PHPDoc type float of overridden property CommonObject::$total_ht.
htdocs/fourn/class/fournisseur.facture.class.php 206 PHPDoc type float|int of property FactureFournisseur::$total_tva is not covariant with PHPDoc type float of overridden property CommonObject::$total_tva.
htdocs/fourn/class/fournisseur.facture.class.php 208 PHPDoc type float|int of property FactureFournisseur::$total_localtax1 is not covariant with PHPDoc type float of overridden property CommonObject::$total_localtax1.
htdocs/fourn/class/fournisseur.facture.class.php 210 PHPDoc type float|int of property FactureFournisseur::$total_localtax2 is not covariant with PHPDoc type float of overridden property CommonObject::$total_localtax2.
htdocs/fourn/class/fournisseur.facture.class.php 212 PHPDoc type float|int of property FactureFournisseur::$total_ttc is not covariant with PHPDoc type float of overridden property CommonObject::$total_ttc.
htdocs/fourn/class/fournisseur.facture.class.php 1204 Property FactureFournisseur::$author (int) does not accept string.