Skip to content
Snippets Groups Projects
Commit 1cb34ca1 authored by clement's avatar clement
Browse files

c

parent 94037936
No related branches found
No related tags found
No related merge requests found
......@@ -107,6 +107,8 @@ class Facture extends Objet
}
public function str() {
return $this->animal." ".$this->date_edition." ".$this->prix_total;
$animal = new Animal()
$fields = $animal->select($this->id)
return $fields["nom"]." ".$this->prix_total;
}
}
\ No newline at end of file
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