Skip to content

Commit 147e9e8

Browse files
committed
fix: link partitario
1 parent 6c95730 commit 147e9e8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

modules/partitario/ajax/select.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
$search_fields[] = "CONCAT( co_pianodeiconti2.numero, '.', co_pianodeiconti3.numero, ' ', co_pianodeiconti3.descrizione ) LIKE ".prepare('%'.$search.'%');
8585
}
8686

87-
$custom['link'] = 'module:Piano dei conti';
87+
$custom['link'] = '';
8888

8989
break;
9090

@@ -101,7 +101,7 @@
101101
$search_fields[] = "CONCAT( co_pianodeiconti2.numero, '.', co_pianodeiconti3.numero, ' ', co_pianodeiconti3.descrizione ) LIKE ".prepare('%'.$search.'%');
102102
}
103103

104-
$custom['link'] = 'module:Piano dei conti';
104+
$custom['link'] = '';
105105

106106
break;
107107

0 commit comments

Comments
 (0)