dolibarr-bugtrack
[Top][All Lists]
Advanced

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

[Dolibarr-bugtrack] [bug #20343] Bug facture fournisseur


From: Maxime
Subject: [Dolibarr-bugtrack] [bug #20343] Bug facture fournisseur
Date: Mon, 09 Jul 2007 13:52:53 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4

Follow-up Comment #3, bug #20343 (project dolibarr):

J'ai regardé un peu le problème :
Dans fourn/fournisseur.facture.class.php
Ligne 435, ajouter include_once(DOL_DOCUMENT_ROOT.'/lib/price.lib.php');

Ligne 446
Remplacer
$tabprice = calcul_price_total($qty, $pu, 0, $tauxtva, 0, $price_base_type);

Par $tabprice = calcul_price_total($qty, $pu, 0, $tauxtva,
$price_base_type);

Cela semble fixer le bug. A confirmer chez d'autres


    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?20343>

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





reply via email to

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