Changeset 354
- Timestamp:
- 10/23/07 16:25:04 (5 years ago)
- Location:
- trunk/phpbms/modules/bms/report
- Files:
-
- 3 modified
-
invoices_pdfpackinglist.php (modified) (1 diff)
-
invoices_pdfworkorder.php (modified) (1 diff)
-
invoices_pdf_class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpbms/modules/bms/report/invoices_pdfpackinglist.php
r353 r354 128 128 $pdf->setStyle("normal"); 129 129 $pdf->SetXY($pdf->GetX() + .06125, $pdf->GetY() + .06125); 130 $pdf-> Cell($pdf->paperwidth - $pdf->leftmargin - $pdf->rightmargin - 0.125, 0.18, $this->invoicerecord["specialinstructions"]);130 $pdf->MultiCell($pdf->paperwidth - $pdf->leftmargin - $pdf->rightmargin - 0.125, 0.18, $this->invoicerecord["specialinstructions"]); 131 131 132 132 $pdf->SetXY($pdf->leftmargin, $nextPos); -
trunk/phpbms/modules/bms/report/invoices_pdfworkorder.php
r353 r354 76 76 $pdf->setStyle("normal"); 77 77 $pdf->SetXY($pdf->GetX() + .06125, $pdf->GetY() + .06125); 78 $pdf-> Cell($pdf->paperwidth - $pdf->leftmargin - $pdf->rightmargin - 0.125, 0.18, $this->invoicerecord["specialinstructions"]);78 $pdf->MultiCell($pdf->paperwidth - $pdf->leftmargin - $pdf->rightmargin - 0.125, 0.18, $this->invoicerecord["specialinstructions"]); 79 79 80 80 $pdf->SetXY($pdf->leftmargin, $nextPos); -
trunk/phpbms/modules/bms/report/invoices_pdf_class.php
r348 r354 503 503 $pdf->setStyle("normal"); 504 504 $pdf->SetXY($pdf->GetX() + .06125, $pdf->GetY() + .06125); 505 $pdf-> Cell($pdf->paperwidth - $pdf->leftmargin - $pdf->rightmargin - 0.125, 0.18, $this->invoicerecord["printedinstructions"]);505 $pdf->MultiCell($pdf->paperwidth - $pdf->leftmargin - $pdf->rightmargin - 0.125, 0.18, $this->invoicerecord["printedinstructions"]); 506 506 507 507 $pdf->SetXY($pdf->leftmargin, $nextPos);