Changeset 696 for trunk/phpbms/modules
- Timestamp:
- 12/31/09 14:47:50 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpbms/modules/bms/report/invoices_pdf_class.php
r693 r696 368 368 $pdf->setXY($pdf->GetX(), $pdf->GetY() + 0.0625); 369 369 370 $companyDisplay = ""; 371 370 372 switch($areaToPrint){ 371 373 374 372 375 case "billto": 373 376 374 $companyDisplay = "";375 377 if($this->invoicerecord["company"]){ 376 378