From: Vincent Vanwaelscappel Date: Fri, 19 Jul 2019 15:24:46 +0000 (+0200) Subject: #2924 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=75e430faad62c23e116e5b7b9d9c8765cc16fd91;p=pmi.git #2924 --- diff --git a/app/Models/Product.php b/app/Models/Product.php index 0dbf938..930a22f 100644 --- a/app/Models/Product.php +++ b/app/Models/Product.php @@ -24,7 +24,7 @@ class Product extends CubistMagicModel public function __construct(array $attributes = []) { - $this->_documents = ['technical_sheet' => trans('Fiche technique'), 'documentation' => trans('Documentation')]; + $this->_documents = ['technical_sheet' => trans('Fiche technique'), 'documentation' => trans('Documentation'), 'dimensions' => 'Dimensions']; parent::__construct($attributes); }