From: Vincent Vanwaelscappel Date: Tue, 18 Jun 2019 11:52:00 +0000 (+0200) Subject: #2810 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=b24d8c94a46fa155c5318e32a45818f698c4fbb1;p=pmi.git #2810 --- diff --git a/app/Models/Product.php b/app/Models/Product.php index 49c7814..2960be0 100644 --- a/app/Models/Product.php +++ b/app/Models/Product.php @@ -158,7 +158,7 @@ class Product extends CubistMagicModel continue; } $params = ['tab' => 'Spécifications', - 'name' => 's_' . Text::removeAccents(Str::snake($spec->name)), + 'name' => 's_' . Str::snake($spec->name), 'label' => $spec->name, 'fake' => true, 'store_in' => 'specifications',