]> _ Git - pmi.git/commitdiff
#2810
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 18 Jun 2019 11:52:00 +0000 (13:52 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 18 Jun 2019 11:52:00 +0000 (13:52 +0200)
app/Models/Product.php

index 49c78149ac863d483e030ebb675fd3e0c4454043..2960be0e45c0141ff4b08e62aa9e68be1d6fb51f 100644 (file)
@@ -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',