We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a6a4fa commit d4b2792Copy full SHA for d4b2792
1 file changed
templates/base/header.php
@@ -38,7 +38,7 @@
38
<p>'.$f_citta_full.'</p>
39
<p>'.(!empty($f_piva) ? tr('P.Iva').': '.$f_piva : '').'</p>
40
<p>'.(!empty($f_codicefiscale) ? tr('C.F.').': '.$f_codicefiscale : '').'</p>
41
- <p>'.(!empty($f_capsoc) ? tr('Cap.Soc.').': '.moneyFormat($f_capsoc, 2) : '').'</p>
+ <p>'.(!empty($f_capsoc) ? tr('Cap.Soc.').': '.moneyFormat($f_capsoc, 0) : '').'</p>
42
<p>'.(!empty($f_telefono) ? tr('Tel').': '.$f_telefono : '').'</p>
43
<p>'.(!empty($f_email) ? tr('Email').': '.$f_email : '').'</p>
44
<p>'.(!empty($f_pec) ? tr('PEC').': '.$f_pec : '').'</p>
0 commit comments