From: Joe Hunt Date: Thu, 26 Nov 2009 22:34:36 +0000 (+0000) Subject: Minor fix 2 X-Git-Tag: 2.3-final~1116 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=8a9a026b9707d01a809eb87b1214c0b87acd00ae;p=fa-stable.git Minor fix 2 --- diff --git a/reporting/includes/header2.inc b/reporting/includes/header2.inc index c4cff631..c3fd180b 100644 --- a/reporting/includes/header2.inc +++ b/reporting/includes/header2.inc @@ -255,7 +255,7 @@ } elseif ($doctype == 13) { - $ref = ""; + $ref = $myrow['order_']; if ($print_invoice_no == 0) { $ref = get_reference(ST_SALESORDER, $myrow['order_']);