Skip to content
Snippets Groups Projects
Commit 3a5ba279 authored by Juanjo Menent's avatar Juanjo Menent
Browse files

bug #33926: Don't can edit contract lines

parent 407b1911
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@
* \file htdocs/contrat/fiche.php
* \ingroup contrat
* \brief Page of a contract
* \version $Id: fiche.php,v 1.197 2011/07/31 23:46:54 eldy Exp $
* \version $Id: fiche.php,v 1.198 2011/08/02 12:44:20 simnandez Exp $
*/
require ("../main.inc.php");
......@@ -757,7 +757,7 @@ else
$var=!$var;
if ($action != 'editline' || $_GET["rowid"] != $objp->rowid)
if ($_REQUEST["action"] != 'editline' || $_GET["rowid"] != $objp->rowid)
{
print '<tr '.$bc[$var].' valign="top">';
// Libelle
......@@ -1286,5 +1286,5 @@ else
$db->close();
llxFooter('$Date: 2011/07/31 23:46:54 $ - $Revision: 1.197 $');
llxFooter('$Date: 2011/08/02 12:44:20 $ - $Revision: 1.198 $');
?>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment