htdocs/commande/card.php 293 Property CommonObject::$fk_project (int) does not accept array|string.
htdocs/commande/card.php 296 Property CommonObject::$cond_reglement_id (int) does not accept array|string.
htdocs/commande/card.php 297 Property Commande::$deposit_percent (float) does not accept array|string.
htdocs/commande/card.php 298 Property Commande::$mode_reglement_id (int) does not accept array|string.
htdocs/commande/card.php 299 Property Commande::$fk_account (int) does not accept array|string.
htdocs/commande/card.php 300 Property Commande::$availability_id (int) does not accept array|string.
htdocs/commande/card.php 301 Property Commande::$demand_reason_id (int) does not accept array|string.
htdocs/commande/card.php 303 Property CommonObject::$shipping_method_id (int) does not accept array|string.
htdocs/commande/card.php 304 Property Commande::$warehouse_id (int) does not accept array|string.
htdocs/commande/card.php 305 Property CommonObject::$fk_delivery_address (int) does not accept array|string.
htdocs/commande/card.php 306 Property CommonObject::$contact_id (int) does not accept array|string.
htdocs/commande/card.php 307 Property CommonOrder::$fk_incoterms (int) does not accept array|string.
htdocs/commande/card.php 310 Property Commande::$multicurrency_tx (float) does not accept array|string.
* Qual: Spelling fixes that newly appeared.
# Qual: Fix spelling erros that appeared since the bulk updates.
These issues mostly appeared since the bulk updates (a few ones were postponed
to make sure no real spelling errors were missed.)
* Update modulebuilder.lib.php
* Update pdf_standard.modules.php
---------
Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
If the database triggered a failure, it wasn't reported in the tests
because $this->error was not set. Conversely, the error was always
printed through dol_print_error() whose documentation explicitely states
that it should not be used for class and $this->error should be used
instead.