diff --git a/add.php b/add.php
index 451b06399..abc9f470c 100644
--- a/add.php
+++ b/add.php
@@ -38,6 +38,9 @@ echo '
echo '
+
+
+
{( "name": "custom_fields", "id_module": "'.$id_module.'", "id_plugin": "'.$id_plugin.'", "position": "top", "place": "add" )}
diff --git a/modules/anagrafiche/ajax/select.php b/modules/anagrafiche/ajax/select.php
index 73505f735..2c4e632eb 100644
--- a/modules/anagrafiche/ajax/select.php
+++ b/modules/anagrafiche/ajax/select.php
@@ -10,8 +10,8 @@ switch ($resource) {
$filter[] = 'an_anagrafiche.idanagrafica='.prepare($element);
}
+ $where[] = "descrizione='Cliente'";
if (empty($filter)) {
- $where[] = "descrizione='Cliente'";
$where[] = 'deleted=0';
}
@@ -32,8 +32,8 @@ switch ($resource) {
$filter[] = 'an_anagrafiche.idanagrafica='.prepare($element);
}
+ $where[] = "descrizione='Fornitore'";
if (empty($filter)) {
- $where[] = "descrizione='Fornitore'";
$where[] = 'deleted=0';
}
@@ -54,8 +54,8 @@ switch ($resource) {
$filter[] = 'an_anagrafiche.idanagrafica='.prepare($element);
}
+ $where[] = "descrizione='Agente'";
if (empty($filter)) {
- $where[] = "descrizione='Agente'";
$where[] = 'deleted=0';
}
@@ -89,8 +89,8 @@ switch ($resource) {
$filter[] = 'an_anagrafiche.idanagrafica='.prepare($element);
}
+ $where[] = "descrizione='Tecnico'";
if (empty($filter)) {
- $where[] = "descrizione='Tecnico'";
$where[] = 'deleted=0';
//come tecnico posso aprire attività solo a mio nome