1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2024-12-26 15:54:17 +01:00

Fix grafico minore

This commit is contained in:
pek5892 2024-06-06 10:41:26 +02:00
parent e2d6bb8d63
commit 2f37390b5f

View File

@ -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) {