diff --git a/class/race.php b/class/race.php index 113e394d26f9a045e18e2fa02db13acfe00bbe30..00cd1ebff3e591a25e0e770a3a6a6d920cdcd7c7 100644 --- a/class/race.php +++ b/class/race.php @@ -8,7 +8,19 @@ class Race extends Objet protected $prix_intervention; public $_specialFields = array( "espece" => array( - "t" => "ForeignField" + "t" => "ForeignField", + "i" => 3 + ) + "nom" => array( + "t" => "ForeignField", + "i" => 2 + ) + "id" => array( + "i" => 1 + ) + "prix_intervention" => array( + "label" => "Prix de l'intervetion", + "i" => 4 )); public function id()