mirror of
https://github.com/devcode-it/openstamanager.git
synced 2024-12-23 05:54:03 +01:00
Separati indirizzo e città nell'intestazione delle stampe
This commit is contained in:
parent
940c8778f5
commit
c174c57d47
@ -16,7 +16,8 @@ return '
|
||||
</div>
|
||||
<div class="col-xs-6 text-right">
|
||||
<p><b>'.$f_ragionesociale.'</b></p>
|
||||
<p>'.$f_indirizzo.' '.$f_citta_full.'</p>
|
||||
<p>'.$f_indirizzo.'</p>
|
||||
<p>'.$f_citta_full.'</p>
|
||||
<p>'.(!empty($f_piva) ? tr('P.Iva').': '.$f_piva : '').'</p>
|
||||
<p>'.(!empty($f_codicefiscale) ? tr('C.F.').': '.$f_codicefiscale : '').'</p>
|
||||
<p>'.(!empty($f_capsoc) ? tr('Cap.Soc.').': '.$f_capsoc : '').'</p>
|
||||
|
Loading…
Reference in New Issue
Block a user