Correction affichage des bilans, comptes de résultats
This commit is contained in:
parent
366e51e9ab
commit
9ec923f54c
@ -45,7 +45,7 @@
|
||||
<?php }?>
|
||||
|
||||
|
||||
<?php if($this->typeBilan == 'B' and $this->typeBilan == 'A') {?>
|
||||
<?php if($this->typeBilan == 'B' || $this->typeBilan == 'A') {?>
|
||||
|
||||
<div class="paragraph">
|
||||
<table>
|
||||
@ -58,7 +58,7 @@
|
||||
|
||||
<?php } else { ?>
|
||||
|
||||
<?php if ($this->nbBilanN!=0 || $this->nbBilanC!=0) {?>
|
||||
<?php if ($this->nbBilanN!=0 && $this->nbBilanC!=0) {?>
|
||||
|
||||
<div class="paragraph">
|
||||
<table>
|
||||
|
Loading…
Reference in New Issue
Block a user