Files
dolibarr/htdocs/commande/class
Alexandre Janniaux d9e81cbabe command: forward database error on failure
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.
2023-12-12 19:18:16 +01:00
..
2023-12-04 12:02:35 +01:00
2023-10-15 15:32:35 +02:00