From d70c561886b7bf801643480bb47a98aa23573670 Mon Sep 17 00:00:00 2001 From: proust Date: Mon, 29 May 2017 16:57:40 +0200 Subject: [PATCH] mise a jour fichier --- src/Model/Entity/Materiel.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Model/Entity/Materiel.php b/src/Model/Entity/Materiel.php index 2dca35e..ac69d49 100755 --- a/src/Model/Entity/Materiel.php +++ b/src/Model/Entity/Materiel.php @@ -20,7 +20,6 @@ use Cake\ORM\Entity; * @property bool $materiel_technique * @property string $status * @property \Cake\I18n\Time $date_acquisition - * @property string $fournisseur * @property float $prix_ht * @property string $eotp * @property string $numero_commande @@ -54,6 +53,9 @@ use Cake\ORM\Entity; * @property \App\Model\Entity\Document[] $documents * @property \App\Model\Entity\Emprunt[] $emprunts * @property \App\Model\Entity\Suivi[] $suivis + * @property int $fournisseur_id + * @property \App\Model\Entity\Fournisseur $fournisseur + * @property bool $metrologie */ class Materiel extends Entity { -- libgit2 0.21.2