dolibarr-dev
[Top][All Lists]
Advanced

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

[Dolibarr-dev] Probleme TVA / TTC


From: Ludovic MAINIE -- OrdiLem --
Subject: [Dolibarr-dev] Probleme TVA / TTC
Date: Fri, 06 Jul 2007 16:29:58 +0200

Problème : Dans la gestion des factures fournisseurs, lorsque on met un prix TTC, il se retrouve en HT

Résolution :
dans le fichier htdocs/fourn/fournisseurs.class.php remplacer la ligne 387

    $this->updateline($idligne, $desc, $pu, $txtva, $qty, $fk_product,);

par

    $this->updateline($idligne, $desc, $pu, $txtva, $qty, $fk_product,$price_base_type);

Cordialement,


Ludovic MAINIE

4 imp. du puits
27370 LE THUIT-SIGNOL
Tel :    06.24.31.88.85
Mèl:    address@hidden
Web:   www.ordilem.net



reply via email to

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