Skip to content

Commit d4b2792

Browse files
committed
fix: capitale sociale in stampa
1 parent 2a6a4fa commit d4b2792

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/base/header.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<p>'.$f_citta_full.'</p>
3939
<p>'.(!empty($f_piva) ? tr('P.Iva').': '.$f_piva : '').'</p>
4040
<p>'.(!empty($f_codicefiscale) ? tr('C.F.').': '.$f_codicefiscale : '').'</p>
41-
<p>'.(!empty($f_capsoc) ? tr('Cap.Soc.').': '.moneyFormat($f_capsoc, 2) : '').'</p>
41+
<p>'.(!empty($f_capsoc) ? tr('Cap.Soc.').': '.moneyFormat($f_capsoc, 0) : '').'</p>
4242
<p>'.(!empty($f_telefono) ? tr('Tel').': '.$f_telefono : '').'</p>
4343
<p>'.(!empty($f_email) ? tr('Email').': '.$f_email : '').'</p>
4444
<p>'.(!empty($f_pec) ? tr('PEC').': '.$f_pec : '').'</p>

0 commit comments

Comments
 (0)