fix on article based on old merchandise

This commit is contained in:
Ludovic CANDELLIER
2023-03-27 21:05:37 +02:00
parent 20b3521c72
commit 0a6b90b434
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',