diff --git a/htdocs/product/groupart/fiche.php b/htdocs/product/groupart/fiche.php index fe7cd2bcdf4..bf010190592 100644 --- a/htdocs/product/groupart/fiche.php +++ b/htdocs/product/groupart/fiche.php @@ -27,12 +27,16 @@ if ($action == 'add') { $groupart = new Groupart($db); $groupart->nom = $nom; + $groupart->desc = $desc; + $groupart->grar = $grar; $id = $groupart->create($user); } if ($action == 'update') { $groupart = new Groupart($db); $groupart->nom = $nom; + $groupart->desc = $desc; + $groupart->grar = $grar; $groupart->update($id, $user); } @@ -57,7 +61,7 @@ if ($action == 'create') print ''; print ""; print ''; - print ''; print ""; print ''; print '
Nom
Artiste/Groupe
Artiste/Groupe
Description"; print '
 
';