Skip to content

Commit

Permalink
FIX css border missing
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Feb 27, 2018
1 parent 6bec121 commit 48e042b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/contrat/card.php
Expand Up @@ -1996,7 +1996,7 @@
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;
Expand Down

0 comments on commit 48e042b

Please sign in to comment.