diff --git a/htdocs/fourn/facture/fiche.php b/htdocs/fourn/facture/fiche.php index 2ec93b815cc..764a9634179 100644 --- a/htdocs/fourn/facture/fiche.php +++ b/htdocs/fourn/facture/fiche.php @@ -19,7 +19,6 @@ * * $Id$ * $Source$ - * */ /** @@ -259,7 +258,7 @@ if ($_GET["action"] == 'create' or $_GET["action"] == 'copy') if ($_GET["socid"] == $obj->idp) { - print '" selected=\"true\">'.$obj->nom.''; + print '" selected="true">'.$obj->nom.''; } else {