Skip to content
Snippets Groups Projects
Commit 61d2ba93 authored by goujonpa's avatar goujonpa
Browse files

fix produit

parent 7fded3b7
No related branches found
No related tags found
No related merge requests found
......@@ -62,4 +62,8 @@ class Produit extends Objet
{
$this->is_medicament = $is_medicament;
}
public function str() {
return $this->nom;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment