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:
parent
e2d6bb8d63
commit
2f37390b5f
@ -61,6 +61,7 @@ echo '
|
|||||||
</div>
|
</div>
|
||||||
</form>';
|
</form>';
|
||||||
|
|
||||||
|
if (!empty($id_contratto_precedente)) {
|
||||||
echo '
|
echo '
|
||||||
<table class="table table-hover table-condensed table-bordered table-striped">
|
<table class="table table-hover table-condensed table-bordered table-striped">
|
||||||
<thead>
|
<thead>
|
||||||
@ -73,6 +74,7 @@ echo '
|
|||||||
</thead>
|
</thead>
|
||||||
|
|
||||||
<tbody>';
|
<tbody>';
|
||||||
|
}
|
||||||
|
|
||||||
$counter = 0;
|
$counter = 0;
|
||||||
while (!empty($id_contratto_precedente) && $counter < 50) {
|
while (!empty($id_contratto_precedente) && $counter < 50) {
|
||||||
|
Loading…
Reference in New Issue
Block a user