FIX css border missing

This commit is contained in:
Laurent Destailleur 2018-02-27 16:33:40 +01:00
parent 7d3162313e
commit bca2927da0

View File

@ -1969,7 +1969,7 @@ else
print '<input type="hidden" name="token" value="'.$_SESSION['newtoken'].'">';
print '<input type="hidden" name="action" value="closeline">';
print '<table class="noborder tableforservicepart2 boxtablenobottom" width="100%">';
print '<table class="noborder tableforservicepart2'.($cursorline < $nbofservices ?' boxtablenobottom':'').'" width="100%">';
// Definie date debut et fin par defaut
$dateactstart = $objp->date_debut_reelle;