/[dolibarr]/dolibarr/htdocs/telephonie/script/facturation-calcul.php
ViewVC logotype

Diff of /dolibarr/htdocs/telephonie/script/facturation-calcul.php

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

revision 1.15 by rodolphe, Fri Jul 29 12:30:40 2005 UTC revision 1.16 by rodolphe, Tue Nov 8 14:08:09 2005 UTC
# Line 539  function calcul($db, $ligne, $facture_id Line 539  function calcul($db, $ligne, $facture_id
539      {      {
540        $comm = $comms[$ii];        $comm = $comms[$ii];
541    
542        $error = $error + $comm->cout($tarif_achat, $tarif_vente, $ligne);        $error = $error + $comm->cout($tarif_achat, $tarif_vente, $ligne, $db);
543    
544        $total_cout_fourn = $total_cout_fourn + $comm->montant;        $total_cout_fourn = $total_cout_fourn + $comm->montant;
545        $total_cout_achat = $total_cout_achat + $comm->cout_achat;        $total_cout_achat = $total_cout_achat + $comm->cout_achat;

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

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