Changed so Customer's Reference is printed on all sales documents (you can f.i. enter...
[fa-stable.git] / reporting / includes / header2.inc
index 5fdf36f2910d33a076fd6d25e52aaa1386d34c6a..3da42fcc33aabc76732a4d7ef027b96077750f19 100644 (file)
                        $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)
                $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))
                {