diff --git a/htdocs/comm/propal/note.php b/htdocs/comm/propal/note.php index 55aaf998c7b..77209fc164f 100644 --- a/htdocs/comm/propal/note.php +++ b/htdocs/comm/propal/note.php @@ -53,7 +53,7 @@ if ($user->societe_id > 0) /* Actions */ /******************************************************************************/ -if ($_POST["action"] == 'update_public' && $user->rights->facture->creer) +if ($_POST["action"] == 'update_public' && $user->rights->propale->creer) { $propal = new Propal($db); $propal->fetch($_GET['propalid']);