dolibarr-dev
[Top][All Lists]
Advanced

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

Re: [Dolibarr-dev] Bug Creation Fiche d'intervention


From: Eldy
Subject: Re: [Dolibarr-dev] Bug Creation Fiche d'intervention
Date: Mon, 27 Jun 2005 22:32:01 +0200
User-agent: Mozilla Thunderbird 1.0.2 (Windows/20050317)

Nicolas GORALSKI wrote:

Correction commitée dans CVS.

Pour ajouter une fiche d'intervention pour une société, il est nécessaire d'avoir un projet
en cours.

Or dans la version CVS, même si nous disposions d'un projet, il fallait en créer un.
Le fichier php avait une variable éronnée :

Index: fiche.php
===================================================================
RCS file: /cvsroot/dolibarr/dolibarr/htdocs/fichinter/fiche.php,v
retrieving revision 1.22
diff -r1.22 fiche.php
172,173c172,173
< $sql = "SELECT p.rowid, p.title FROM ".MAIN_DB_PREFIX."projet as p WHERE p.fk_soc = $socidp";
<      ---
> $sql = "SELECT p.rowid, p.title FROM ".MAIN_DB_PREFIX."projet as p WHERE p.fk_soc = ".$_GET["socidp"];
>



_______________________________________________
Dolibarr-dev mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/dolibarr-dev




--
Laurent Destailleur.
---------------------------------------------------------------
EMail: address@hidden
Messagerie instantanné: ICQ=89306207, Jabber=Eldy

AWStats (Auteur) : http://awstats.sourceforge.net
Dolibarr (Contributeur) : http//dolibarr.com
CVSChangeLogBuilder (Auteur) : http://cvschangelogb.sourceforge.net
AWBot (Auteur) : http://awbot.sourceforge.net






reply via email to

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