Correction affichage du graphique passif
This commit is contained in:
parent
abd55a972f
commit
9479311035
@ -142,7 +142,7 @@
|
||||
<div class="paragraph">
|
||||
<?=$this->action('bilangraph', 'finance', null, array(
|
||||
'type' => 'passif',
|
||||
'typeBilan' => $this>typeBilan,
|
||||
'typeBilan' => $this->typeBilan,
|
||||
'dateCloture' => $this->lastDateCloture,
|
||||
'siret' => $this->siret,
|
||||
'id' => $this->id,
|
||||
@ -150,10 +150,6 @@
|
||||
</div>
|
||||
|
||||
<h2>Soldes Intermédiaire de Gestion</h2>
|
||||
<?php
|
||||
$tabResult = $this->partial()->view->tabResultSig;
|
||||
$tabRatio = $this->partial()->view->tabRatioSig;
|
||||
?>
|
||||
<div class="paragraph">
|
||||
<table class="bilans">
|
||||
<thead>
|
||||
|
Loading…
Reference in New Issue
Block a user