diff --git a/modules/anagrafiche/edit.php b/modules/anagrafiche/edit.php index be30b3ce1..591881261 100644 --- a/modules/anagrafiche/edit.php +++ b/modules/anagrafiche/edit.php @@ -2,6 +2,9 @@ include_once __DIR__.'/../../core.php'; +$fornitore = in_array('Fornitore', explode(',', $records[0]['tipianagrafica'])); +$cliente = in_array('Cliente', explode(',', $records[0]['tipianagrafica'])); + $google = Settings::get('Google Maps API key'); if (!empty($google)) { @@ -9,6 +12,18 @@ if (!empty($google)) { '; } +if (!$cliente) { + $plugins = $dbo->fetchArray("SELECT id FROM zz_plugins WHERE name='Impianti del cliente' OR name='Ddt del cliente'"); + + foreach ($plugins as $plugin) { + echo ' +'; + } + +} + ?>