Fix minore

This commit is contained in:
Pek5892 2024-05-10 12:13:58 +02:00
parent 6e846483f2
commit 4661a184b0
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ switch (post('op')) {
break;
}
$segment = $dbo->selectOne('zz_segments_lang', 'title', ['id_record' => $_SESSION['module_'.$id_module]['id_segment']])['name'];
$segment = $dbo->selectOne('zz_segments_lang', 'title', ['id_record' => $_SESSION['module_'.$id_module]['id_segment']])['title'];
if ($segment != 'Tutti') {
$operations['copy_listino'] = [