From ed652cba0c3ff8fac308f969c90fc9bf7f96fba1 Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Sat, 20 Mar 2010 11:21:49 +0000 Subject: [PATCH] Rerun --- reporting/includes/header2.inc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/reporting/includes/header2.inc b/reporting/includes/header2.inc index d839ec42..e1ad9af1 100644 --- a/reporting/includes/header2.inc +++ b/reporting/includes/header2.inc @@ -188,11 +188,12 @@ if ($sales_order != NULL) { $this->row = $temp; - if ($doctype == ST_PURCHORDER) // comment out the next line if you don't want to print company name - $this->Text($mcol, $this->company['coy_name']); - elseif ($doctype != ST_SUPPAYMENT && isset($sales_order['deliver_to'])) + if ($doctype != ST_SUPPAYMENT && isset($sales_order['deliver_to'])) + { $this->Text($mcol, $sales_order['deliver_to']); - $this->NewLine(); + $this->NewLine(); + } + // if you need the company name in purchase order then write it as first line in location addresss. if ($doctype != ST_SUPPAYMENT && isset($sales_order['delivery_address'])) $this->TextWrapLines($mcol, $this->rightMargin - $mcol, $sales_order['delivery_address']); } -- 2.30.2