Register_gloabl

This commit is contained in:
Rodolphe Quiedeville 2004-07-21 11:11:45 +00:00
parent fbde711d1e
commit 616de0f52a

View File

@ -956,7 +956,7 @@ else
// Update ligne de facture
if ($_GET["action"] == 'editline' && $_GET["rowid"] == $objp->rowid)
{
print "<form action=\"".$_SERVER["PHP_SELF"]."\" method=\"post\">";
print '<form action="facture.php" method="post">';
print '<input type="hidden" name="action" value="updateligne">';
print '<input type="hidden" name="facid" value="'.$fac->id.'">';
print '<input type="hidden" name="rowid" value="'.$_GET["rowid"].'">';