/[dolibarr]/dolibarr/htdocs/telephonie/communication.class.php
ViewVC logotype

Diff of /dolibarr/htdocs/telephonie/communication.class.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by rodolphe, Tue Nov 8 14:02:48 2005 UTC revision 1.8 by rodolphe, Fri Dec 2 13:26:19 2005 UTC
# Line 142  class CommunicationTelephonique { Line 142  class CommunicationTelephonique {
142          $this->cout_vente = ( ($this->duree * $this->cout_temp_vente / 60));          $this->cout_vente = ( ($this->duree * $this->cout_temp_vente / 60));
143    
144          $this->cout_vente = ( $this->cout_vente * ( 1 - ($this->remise / 100)));          $this->cout_vente = ( $this->cout_vente * ( 1 - ($this->remise / 100)));
145            /* Ajouté round le 2/12/05 */
146          $this->cout_vente = $this->cout_vente + $this->cout_fixe_vente;          $this->cout_vente = round(($this->cout_vente + $this->cout_fixe_vente), 3);
   
147        }        }
148      else      else
149        {        {

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26