dolibarr-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dolibarr-dev] suggestion de patch fiche-rec.php


From: Gael Canal
Subject: [Dolibarr-dev] suggestion de patch fiche-rec.php
Date: Sat, 09 Jul 2005 19:19:40 +0200

Histoire de passer même avec register_globals=off... pour les factures
récurrentes.

(j'ai mis $_REQUEST, mais $_POST fonctionnera aussi of course... )

ligne 52 : 

remplacer 

if ($_POST["action"] == 'add')
{
  $facturerec = new FactureRec($db, $facid);

par

if ($_POST["action"] == 'add')
{
  $facturerec = new FactureRec($db, $_REQUEST['facid']);

++
Gael





reply via email to

[Prev in Thread] Current Thread [Next in Thread]