Correction depuis branche 1.3
This commit is contained in:
parent
dbc344e8e1
commit
62f07fe9ea
@ -507,7 +507,7 @@ function identite_capital($capital, $capitaldev, $capitallib, $capitaltype, $bil
|
||||
if(isset($bilan['Cloture'])) $title.=' au '.WDate::dateT('Ymd', 'd/m/Y', str_replace('-','',$bilan['Cloture']));
|
||||
|
||||
$lib = 'Capital';
|
||||
if (isset($capitaltype) && $capitaltype=='V'){print 'variable';}
|
||||
if (isset($capitaltype) && $capitaltype=='V'){ $lib.= ' variable';}
|
||||
|
||||
$data = number_format($capital,0,',',' ').' ';
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user