/[dolibarr]/dolibarr/htdocs/includes/modules/facture/pdf_crabe.modules.php
ViewVC logotype

Diff of /dolibarr/htdocs/includes/modules/facture/pdf_crabe.modules.php

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

revision 1.44 by eldy, Sat Aug 20 14:36:33 2005 UTC revision 1.45 by eldy, Sat Aug 20 16:45:41 2005 UTC
# Line 205  class pdf_crabe extends ModelePDFFacture Line 205  class pdf_crabe extends ModelePDFFacture
205                          $pdf->MultiCell(14, 5, $fac->lignes[$i]->remise_percent."%", 0, 'R');                          $pdf->MultiCell(14, 5, $fac->lignes[$i]->remise_percent."%", 0, 'R');
206                      }                      }
207    
208                      // Total TTC                      // Total TVA
209                        $pdf->SetXY ($postotttc, $curY);
210                        $total = price($fac->lignes[$i]->price * $fac->lignes[$i]->qty);
211                        $pdf->MultiCell(26, 5, $total, 0, 'R', 0);
212    
213                        // Total HT
214                      $pdf->SetXY ($postotttc, $curY);                      $pdf->SetXY ($postotttc, $curY);
215                      $total = price($fac->lignes[$i]->price * $fac->lignes[$i]->qty);                      $total = price($fac->lignes[$i]->price * $fac->lignes[$i]->qty);
216                      $pdf->MultiCell(26, 5, $total, 0, 'R', 0);                      $pdf->MultiCell(26, 5, $total, 0, 'R', 0);

Legend:
Removed from v.1.44  
changed lines
  Added in v.1.45

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