This commit is contained in:
Regis Houssin 2007-04-24 10:00:13 +00:00
parent 1a10ec0c33
commit 27cf70f71a

View File

@ -53,7 +53,7 @@ if ($user->societe_id > 0)
/* Actions */ /* Actions */
/******************************************************************************/ /******************************************************************************/
if ($_POST["action"] == 'update_public' && $user->rights->facture->creer) if ($_POST["action"] == 'update_public' && $user->rights->propale->creer)
{ {
$propal = new Propal($db); $propal = new Propal($db);
$propal->fetch($_GET['propalid']); $propal->fetch($_GET['propalid']);