bugfix
This commit is contained in:
parent
a236c763fb
commit
0eab500827
@ -96,6 +96,11 @@ if ($user->rights->produit->creer)
|
|||||||
print '<input type="hidden" name="nom" value="'.$nom.'">';
|
print '<input type="hidden" name="nom" value="'.$nom.'">';
|
||||||
print '<input type="hidden" name="description" value="'.$description.'">';
|
print '<input type="hidden" name="description" value="'.$description.'">';
|
||||||
|
|
||||||
|
foreach ($cats_meres as $id => $cat_mere)
|
||||||
|
{
|
||||||
|
print '<input type="hidden" name="cats_meres[$id]" value="'.$cat_mere.'">';
|
||||||
|
}
|
||||||
|
|
||||||
print_fiche_titre($langs->trans("CreateCat"));
|
print_fiche_titre($langs->trans("CreateCat"));
|
||||||
|
|
||||||
print '<table class="border" width="100%" class="notopnoleftnoright">';
|
print '<table class="border" width="100%" class="notopnoleftnoright">';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user