fix on article based on old merchandise
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
@if (count($article['inherited'] ?? []))
|
||||
@if (($article['inherited'] ?? false) && count($article['inherited'] ?? []))
|
||||
@component('components.layout.box-collapse', [
|
||||
'id' => 'product_description_box',
|
||||
'title' => 'Informations héritées',
|
||||
|
||||
Reference in New Issue
Block a user