Merge pull request #4786 from devansh-webkul/attributes-rename-issue

Some Changes Done For L x W x H/D on product description #3196
This commit is contained in:
Glenn Hermans 2021-04-08 12:21:02 +02:00 committed by GitHub
commit 34f6cfa6da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 7 deletions

View File

@ -360,10 +360,10 @@ class AttributeTableSeeder extends Seeder
'created_at' => $now,
'updated_at' => $now,
'is_comparable' => '0',
], [
],[
'id' => '19',
'code' => 'width',
'admin_name' => 'Width',
'code' => 'length',
'admin_name' => 'Length',
'type' => 'text',
'validation' => 'decimal',
'position' => '22',
@ -381,8 +381,8 @@ class AttributeTableSeeder extends Seeder
'is_comparable' => '0',
], [
'id' => '20',
'code' => 'height',
'admin_name' => 'Height',
'code' => 'width',
'admin_name' => 'Width',
'type' => 'text',
'validation' => 'decimal',
'position' => '23',
@ -400,8 +400,8 @@ class AttributeTableSeeder extends Seeder
'is_comparable' => '0',
], [
'id' => '21',
'code' => 'depth',
'admin_name' => 'Depth',
'code' => 'height',
'admin_name' => 'Height',
'type' => 'text',
'validation' => 'decimal',
'position' => '24',