diff --git a/htdocs/comm/propal.php b/htdocs/comm/propal.php index 5333dda8ec9..946a08fc4a3 100644 --- a/htdocs/comm/propal.php +++ b/htdocs/comm/propal.php @@ -34,6 +34,7 @@ require("./pre.inc.php"); require_once(DOL_DOCUMENT_ROOT ."/includes/modules/propale/modules_propale.php"); $user->getrights('propale'); +$user->getrights('user'); if (!$user->rights->propale->lire) accessforbidden(); diff --git a/htdocs/html.form.class.php b/htdocs/html.form.class.php index d53906374e8..bfd24b68f97 100644 --- a/htdocs/html.form.class.php +++ b/htdocs/html.form.class.php @@ -1594,7 +1594,6 @@ class Form { print '
'; print ''; - print ''; print ''; print '
'; $numaddress = $this->select_adresse_livraison($selected, $socid, $htmlname);