mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-06-05 22:09:38 +02:00
Fix pianificazione interventi da dashboard
This commit is contained in:
@@ -612,7 +612,7 @@ if (Modules::getPermission('Interventi') == 'rw') {
|
||||
ref = $(this).data('ref');
|
||||
if (ref == 'ordine') {
|
||||
name = 'idordineservizio';
|
||||
} else if (ref == 'ordine') {
|
||||
} else if (ref == 'promemoria') {
|
||||
name = 'idcontratto_riga';
|
||||
} else {
|
||||
name = 'id_intervento';
|
||||
|
Reference in New Issue
Block a user