mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-23 06:47:40 +01:00
Fix minore
This commit is contained in:
parent
94882c158e
commit
937a68fefd
@ -181,7 +181,7 @@ if (!empty($elementi)) {
|
||||
$modulo = ($elemento['dir'] == 'entrata') ? 'Fatture di vendita' : 'Fatture di acquisto';
|
||||
$link = Modules::link($modulo, $id, $descrizione);
|
||||
} elseif (in_array($elemento['tipo'], ['Referente'])) {
|
||||
$link = Plugins::link('Referenti', $id, $descrizione);
|
||||
$link = Plugins::link('Referenti', $id_parent, $descrizione);
|
||||
} else {
|
||||
$link = Modules::link('Utenti e permessi', $id, $descrizione);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user