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

fix

parent f92706cc
No related branches found
No related tags found
No related merge requests found
......@@ -10,14 +10,14 @@ class Race extends Objet
"espece" => array(
"t" => "ForeignField",
"i" => 3
)
),
"nom" => array(
"t" => "ForeignField",
"i" => 2
)
),
"id" => array(
"i" => 1
)
),
"prix_intervention" => array(
"label" => "Prix de l'intervetion",
"i" => 4
......
......@@ -15,14 +15,13 @@ class Rdv extends Objet
"animal" => array(
"t" => "ForeignField",
"i" => 3
)
),
"id" => array(
"i" => 1
)
),
"date" => array(
"i" => 4
)
),
"duree" => array(
"i" => 5
));
......
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