X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=reporting%2Fincludes%2Fheader2.inc;h=31b0ad2336b0c7c6abb3737a95cb8a08ed64a07c;hb=cf015790b7363cfcf29b98c82d20787c8d703fc1;hp=5fdf36f2910d33a076fd6d25e52aaa1386d34c6a;hpb=4d325e0232b4eb1021509f99f2978a1d54c411ff;p=fa-stable.git diff --git a/reporting/includes/header2.inc b/reporting/includes/header2.inc index 5fdf36f2..31b0ad23 100644 --- a/reporting/includes/header2.inc +++ b/reporting/includes/header2.inc @@ -47,7 +47,7 @@ if ($this->company['coy_logo'] != '') { $logo = $comp_path .'/'. user_company() . "/images/" . $this->company['coy_logo']; - $this->AddImage($logo, $ccol, $iline1 + 5, 250, 40); + $this->AddImage($logo, $ccol, $iline1 + 5, 0, 40); } else { @@ -57,10 +57,8 @@ $this->Font(); $this->fontSize -= 4; } - if ($doctype == 8) // PO + if ($doctype == 8 || $doctype == 9) // PO or SO $this->Text($mcol, $myrow['order_no'], $mcol + 90); - else if ($doctype == 9) // SO - $this->Text($mcol, $myrow['order_no'] ." ".$myrow['customer_ref'], $mcol + 90); else if (isset($myrow['trans_no']) && isset($myrow['reference'])) // INV/CRE/STA { if ($print_invoice_no == 1) @@ -156,7 +154,11 @@ $this->Text($mcol, $doc_Our_Order_No . ":", $mcol2); if (isset($myrow['order_'])) $this->Text($mcol2, $myrow['order_']); - + // 2008-06-16. Added customer's reference + $this->NewLine(); + $this->Text($ccol, $doc_Customers_Ref, $ccol2); + if ($sales_order != NULL) + $this->Text($ccol2, $sales_order["customer_ref"], $mcol); $locale = $path_to_root . "lang/" . $_SESSION['language']->code . "/locale.inc"; if (file_exists($locale)) {