/[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.56 by eldy, Tue Aug 23 22:23:47 2005 UTC revision 1.57 by eldy, Wed Aug 24 17:10:31 2005 UTC
# Line 382  class pdf_crabe extends ModelePDFFacture Line 382  class pdf_crabe extends ModelePDFFacture
382    
383          $pdf->SetFont('Arial','',8);          $pdf->SetFont('Arial','',8);
384          $pdf->SetXY ($tab3_posx, $tab3_top - 5);          $pdf->SetXY ($tab3_posx, $tab3_top - 5);
385          $pdf->MultiCell(60, 5, "Versements déjà effectués", 0, 'L', 0);          $pdf->MultiCell(60, 5, $langs->trans("PaymentsAlreadyDone"), 0, 'L', 0);
386    
387          $pdf->Rect($tab3_posx, $tab3_top-1, $tab3_width, $tab3_height);          $pdf->Rect($tab3_posx, $tab3_top-1, $tab3_width, $tab3_height);
388    

Legend:
Removed from v.1.56  
changed lines
  Added in v.1.57

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