FIX unset categorie
This commit is contained in:
parent
906a9eaa5a
commit
ae9c7ad6b6
@ -519,15 +519,15 @@ if (empty($reshook))
|
|||||||
$error=$object->error; $errors=$object->errors;
|
$error=$object->error; $errors=$object->errors;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if(!empty($user->rights->categorie->creer)){
|
||||||
|
// Customer categories association
|
||||||
|
$custcats = GETPOST( 'custcats', 'array' );
|
||||||
|
$object->setCategories($custcats, 'customer');
|
||||||
|
|
||||||
// Customer categories association
|
// Supplier categories association
|
||||||
$custcats = GETPOST( 'custcats', 'array' );
|
$suppcats = GETPOST('suppcats', 'array');
|
||||||
$object->setCategories($custcats, 'customer');
|
$object->setCategories($suppcats, 'supplier');
|
||||||
|
}
|
||||||
// Supplier categories association
|
|
||||||
$suppcats = GETPOST('suppcats', 'array');
|
|
||||||
$object->setCategories($suppcats, 'supplier');
|
|
||||||
|
|
||||||
// Logo/Photo save
|
// Logo/Photo save
|
||||||
$dir = $conf->societe->multidir_output[$conf->entity]."/".$object->id."/logos/";
|
$dir = $conf->societe->multidir_output[$conf->entity]."/".$object->id."/logos/";
|
||||||
$file_OK = is_uploaded_file($_FILES['photo']['tmp_name']);
|
$file_OK = is_uploaded_file($_FILES['photo']['tmp_name']);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user