fix on article based on old merchandise

This commit is contained in:
Ludovic CANDELLIER
2023-03-27 21:05:37 +02:00
parent ba8f87cff4
commit 6e4f93dd65
3 changed files with 8 additions and 3 deletions

View File

@@ -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',