dolibarr-bugtrack
[Top][All Lists]
Advanced

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

[Dolibarr-bugtrack] [bug #13896] Problème avec les commandes fournisseur


From: Regis Houssin
Subject: [Dolibarr-bugtrack] [bug #13896] Problème avec les commandes fournisseurs
Date: Mon, 26 Dec 2005 15:47:11 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8) Gecko/20051111 Firefox/1.5

Follow-up Comment #5, bug #13896 (project dolibarr):

il y avait ceci dans le code à la ligne 242 de /fourn/commande/fiche.php

----------------------------------------------------
<<<<<<< fiche.php
    if ($mesg) print $mesg;
    
    $commande = new CommandeFournisseur($db);
    if ( $commande->fetch($_GET["id"]) == 0)
=======
    $commande = new CommandeFournisseur($db);
    if ( $commande->fetch($_GET["id"]) == 0)
>>>>>>> 1.29.2.1
----------------------------------------------------

je l'ai remplacé par ceci

----------------------------------------------------
if ($mesg) print $mesg;
    $commande = new CommandeFournisseur($db);
    if ( $commande->fetch($_GET["id"]) == 0)
----------------------------------------------------

un problème avec la branche 2 ???
sinon le problème du calcul est résolu

merci laurent
Régis



    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?func=detailitem&item_id=13896>

_______________________________________________
  Message posté via/par Savannah
  http://savannah.nongnu.org/





reply via email to

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