diff --git a/htdocs/fourn/facture/card.php b/htdocs/fourn/facture/card.php index ee587b07924..761d5d591e3 100644 --- a/htdocs/fourn/facture/card.php +++ b/htdocs/fourn/facture/card.php @@ -686,7 +686,7 @@ if (empty($reshook)) if (empty($conf->global->MAIN_EXTRAFIELDS_DISABLED) && method_exists($lines[$i], 'fetch_optionals')) { $lines[$i]->fetch_optionals($lines[$i]->rowid); } - + // Dates // TODO mutualiser $date_start=$lines[$i]->date_debut_prevue; @@ -2439,6 +2439,8 @@ else { $num = $db->num_rows($result); $i = 0; + + print '
'; print ''; print ''; print ''; @@ -2449,7 +2451,6 @@ else print ''; print ''; - $var=false; if ($num > 0) { while ($i < $num) @@ -2658,6 +2659,7 @@ else } print '
' . ($object->type == FactureFournisseur::TYPE_CREDIT_NOTE ? $langs->trans("PaymentsBack") : $langs->trans('Payments')) . ' 
'; + print '
'; print ''; print ''; @@ -2712,8 +2714,6 @@ else { if ($action != 'editline') { - $var = true; - // Add free products/services $object->formAddObjectLine(1, $societe, $mysoc); diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index 86f92e58066..7e3ba9a95d9 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -1489,7 +1489,7 @@ div.tmenuleft margin-top: 0px; dol_optimize_smallscreen)) { ?> width: 5px; - background: url() 0 -6px no-repeat; + /* background: url() 0 -6px no-repeat; */ height: 26px;