1
0
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:
Luca
2018-10-25 16:17:52 +02:00
parent 28895a11a3
commit 03ff6969e3
7 changed files with 19 additions and 11 deletions

View File

@@ -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';