1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-02-16 11:30:55 +01:00

Fix minore

This commit is contained in:
Pek5892 2024-05-10 09:27:25 +02:00
parent 857a8694f9
commit 527b0c82e5

View File

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