*** empty log message ***
This commit is contained in:
parent
b419d18ff7
commit
d0ac966a9e
@ -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;
|
||||||
/*
|
/*
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user