Browse Source

Fix bad css

Laurent Destailleur 9 years ago
parent
commit
43a7109c69
1 changed files with 1 additions and 1 deletions
  1. 1 1
      htdocs/contrat/card.php

+ 1 - 1
htdocs/contrat/card.php

@@ -1513,7 +1513,7 @@ else
                     // Remise
                     if ($objp->remise_percent > 0)
                     {
-                        print '<td align="right" '.$bc[$var].'>'.$objp->remise_percent."%</td>\n";
+                        print '<td align="right">'.$objp->remise_percent."%</td>\n";
                     }
                     else
                     {