#12082 Fix inventory widget

This commit is contained in:
miguel angel rasteu 2023-11-06 15:32:20 +01:00
parent fd290f814f
commit afa18d2221
1 changed files with 3 additions and 1 deletions

View File

@ -1091,9 +1091,11 @@ class InventoryWidget extends Widget
__('Values Custom Fields'),
];
$basic_info_id = 'id_'.$row['id_module_inventory'].'_'.$cellId;
ui_print_datatable(
[
'id' => 'basic_info',
'id' => $basic_info_id,
'class' => $class,
'style' => $style,
'columns' => $columns,