Skip to content
Snippets Groups Projects
Commit 8c9d1457 authored by Juanjo Menent's avatar Juanjo Menent
Browse files

Fix: Bad url destination into category remove

parent d6b2f96c
No related branches found
No related tags found
No related merge requests found
......@@ -379,7 +379,7 @@ else if ($id || $ref)
dol_fiche_end();
formCategory($db,$product,0,($user->rights->produit->creer || $user->rights->service->creer));
formCategory($db,$product,0,$socid,($user->rights->produit->creer || $user->rights->service->creer));
}
if ($type == 3)
......@@ -604,7 +604,7 @@ else if ($id || $ref)
dol_fiche_end();
formCategory($db,$object,4,$user->rights->societe->creer);
formCategory($db,$object,4,$socid, $user->rights->societe->creer);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment