Fix: Remove a bad test

This commit is contained in:
Laurent Destailleur 2010-10-09 12:13:02 +00:00
parent 0c7baed34d
commit 26b57a064d

View File

@ -1464,7 +1464,7 @@ class CommonObject
}
// Ligne en mode update
if ($this->statut == 0 && $_GET["action"] == 'editline' && $user->rights->propale->creer && $_GET["lineid"] == $line->id)
if ($this->statut == 0 && $_GET["action"] == 'editline' && $_GET["lineid"] == $line->id)
{
if ($line->fk_product > 0)
{