Skip to content
Snippets Groups Projects
Commit 38a6d671 authored by Regis Houssin's avatar Regis Houssin
Browse files

Added ability to assign a category of product to a customer

parent bd083483
Branches
Tags
No related merge requests found
......@@ -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");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment