Debug v17

This commit is contained in:
Laurent Destailleur
2022-12-31 14:01:03 +01:00
parent 8dc89e9a9a
commit 751f79b672
31 changed files with 798 additions and 794 deletions

View File

@@ -9957,7 +9957,7 @@ abstract class CommonObject
* @param int[]|int $categories Category ID or array of Categories IDs
* @param string $type_categ Category type ('customer', 'supplier', 'website_page', ...) definied into const class Categorie type
* @param boolean $remove_existing True: Remove existings categories from Object if not supplies by $categories, False: let them
* @return int <0 if KO, >0 if OK
* @return int <0 if KO, >0 if OK
*/
public function setCategoriesCommon($categories, $type_categ = '', $remove_existing = true)
{