diff --git a/modules/anagrafiche/add.php b/modules/anagrafiche/add.php index a2c098ca0..2d18e5084 100644 --- a/modules/anagrafiche/add.php +++ b/modules/anagrafiche/add.php @@ -10,7 +10,7 @@ if (get('tipoanagrafica') != '') { } echo ' -
+ @@ -31,3 +31,16 @@ echo '
'; +?> + \ No newline at end of file diff --git a/templates/base/header.php b/templates/base/header.php index cb85b0f20..75a91a2c7 100644 --- a/templates/base/header.php +++ b/templates/base/header.php @@ -26,7 +26,7 @@ return '

'.$f_citta_full.'

'.(!empty($f_piva) ? tr('P.Iva').': '.$f_piva : '').'

'.(!empty($f_codicefiscale) ? tr('C.F.').': '.$f_codicefiscale : '').'

-

'.(!empty($f_capsoc) ? tr('Cap.Soc.').': '.$f_capsoc : '').'

+

'.(!empty($f_capsoc) ? tr('Cap.Soc.').': '.$f_capsoc.' €' : '').'

'.(!empty($f_telefono) ? tr('Tel').': '.$f_telefono : '').'

';