*** empty log message ***

This commit is contained in:
Rodolphe Quiedeville 2002-05-03 12:25:06 +00:00
parent b419d18ff7
commit d0ac966a9e

View File

@ -70,7 +70,7 @@ class Propal {
/* /*
* Calcul TVA, Remise * Calcul TVA, Remise
*/ */
$totalht = $cprice - $remise; $totalht = $cprice - $this->remise;
$tva = tva($totalht); $tva = tva($totalht);
$total = $totalht + $tva; $total = $totalht + $tva;
/* /*