mirror of
https://github.com/devcode-it/openstamanager.git
synced 2024-12-26 07:44:02 +01:00
Fix grafico minore
This commit is contained in:
parent
e2d6bb8d63
commit
2f37390b5f
@ -61,6 +61,7 @@ echo '
|
||||
</div>
|
||||
</form>';
|
||||
|
||||
if (!empty($id_contratto_precedente)) {
|
||||
echo '
|
||||
<table class="table table-hover table-condensed table-bordered table-striped">
|
||||
<thead>
|
||||
@ -73,6 +74,7 @@ echo '
|
||||
</thead>
|
||||
|
||||
<tbody>';
|
||||
}
|
||||
|
||||
$counter = 0;
|
||||
while (!empty($id_contratto_precedente) && $counter < 50) {
|
||||
|
Loading…
Reference in New Issue
Block a user