Try to solve pb of unique id

This commit is contained in:
Laurent Destailleur 2021-09-30 14:45:22 +02:00 committed by GitHub
parent 63218d5d5c
commit 827639f28d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -432,7 +432,7 @@ if ($id > 0 || !empty($ref)) {
$hide = ' hideobject'; // By default, we do not show this. It makes screen very difficult to understand
}
print '<tr class="oddeven'.$hide.'" id="sub" parent_id="'.$value['id_parent'].'">';
print '<tr class="oddeven'.$hide.'" id="sub-'.$value['id_parent'].'" data-ignoreidfordnd=1>';
//$productstatic->ref=$value['label'];
$productstatic->ref = $value['ref'];