giant: fix code html

This commit is contained in:
Sebastien BEAUGRAND 2010-11-18 13:07:14 +00:00
parent 7509f24194
commit 705aeebed0

View File

@ -756,8 +756,9 @@ if (isset($c->PaymentBehaviour) == true) {
print '<td>0 %</td>';
}
}
print '</tr>';
}
print '<table>';
print '</table>';
}
if (isset($c->PaymentBehaviour->AnalysisByAmount) == true) {
$ap = $c->PaymentBehaviour->AnalysisByAmount;
@ -813,8 +814,9 @@ if (isset($c->PaymentBehaviour) == true) {
print '<td>0 %</td>';
}
}
print '</tr>';
}
print '<table>';
print '</table>';
}
}