From: Joe Hunt Date: Thu, 26 Nov 2009 22:34:36 +0000 (+0000) Subject: Minor fix 2 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=7879e94b42600bea6643d5e56c34f1310933c78c;p=textcart.git Minor fix 2 --- diff --git a/reporting/includes/header2.inc b/reporting/includes/header2.inc index c4cff63..c3fd180 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_']);