Added ability to assign a category of product to a customer

This commit is contained in:
Regis Houssin 2008-10-07 09:48:01 +00:00
parent bd083483b0
commit 38a6d67193

View File

@ -126,6 +126,8 @@ class Categorie
global $langs;
$langs->load('categories');
if ($this->socid == -1) $this->socid = 0;
if ($this->already_exists ())
{
$this->error=$langs->trans("ImpossibleAddCat");