diff --git a/htdocs/commande/card.php b/htdocs/commande/card.php index cbe411b9217..631cb8ebd3b 100644 --- a/htdocs/commande/card.php +++ b/htdocs/commande/card.php @@ -1431,7 +1431,7 @@ if ($action == 'create' && $user->rights->commande->creer) print ''; print '' . $langs->trans("Project") . ''; $numprojet = $formproject->select_projects($soc->id, $projectid, 'projectid', 0); - print '   id).'">' . $langs->trans("AddProject") . ''; + print '   id).'">' . $langs->trans("AddProject") . ''; print ''; print ''; } diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php index 434afbea358..65529079d39 100644 --- a/htdocs/compta/facture.php +++ b/htdocs/compta/facture.php @@ -2300,7 +2300,7 @@ if ($action == 'create') $langs->load('projects'); print '' . $langs->trans('Project') . ''; $numprojet = $formproject->select_projects($soc->id, $projectid, 'projectid', 0); - print '   id).'">' . $langs->trans("AddProject") . ''; + print '   id).'">' . $langs->trans("AddProject") . ''; print ''; }