From 7fded3b7993751243880c46eab773c398169b981 Mon Sep 17 00:00:00 2001 From: clement <clemmercier45@gmail.com> Date: Thu, 19 Jun 2014 02:32:47 +0200 Subject: [PATCH] c --- class/prestation.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/class/prestation.php b/class/prestation.php index 0459ddf..14e6110 100644 --- a/class/prestation.php +++ b/class/prestation.php @@ -12,10 +12,10 @@ class Prestation extends Objet ), "type" => array( "i" => 2 - ) + ), "id" => array( "i" => 1 - ) + ), "prix" => array( "i" => 4, "t" => "PriceField" -- GitLab