From c174c57d472df8360d56d702ce8f85b20e421562 Mon Sep 17 00:00:00 2001 From: Fabio Lovato Date: Sat, 17 Feb 2018 16:08:10 +0100 Subject: [PATCH] =?UTF-8?q?Separati=20indirizzo=20e=20citt=C3=A0=20nell'in?= =?UTF-8?q?testazione=20delle=20stampe?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/base/header.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/base/header.php b/templates/base/header.php index a107d958a..f5c8619a2 100644 --- a/templates/base/header.php +++ b/templates/base/header.php @@ -16,7 +16,8 @@ return '

'.$f_ragionesociale.'

-

'.$f_indirizzo.' '.$f_citta_full.'

+

'.$f_indirizzo.'

+

'.$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 : '').'