From: Joe Hunt Date: Fri, 27 Apr 2018 13:41:23 +0000 (+0200) Subject: 0004161: g/l inquiry person/item displays number instead of person. Fixed. Rerun. X-Git-Url: https://delta.frontaccounting.com/gitweb/?p=fa-stable.git;a=commitdiff_plain;h=b0b337b917147b081b7e9211f2a816a58880ca2a 0004161: g/l inquiry person/item displays number instead of person. Fixed. Rerun. --- diff --git a/gl/includes/db/gl_db_trans.inc b/gl/includes/db/gl_db_trans.inc index a96ff6f5..db34a5ee 100644 --- a/gl/includes/db/gl_db_trans.inc +++ b/gl/includes/db/gl_db_trans.inc @@ -133,7 +133,6 @@ function get_gl_transactions($from_date, $to_date, $trans_no=0, LEFT JOIN ".TB_PREF."bank_trans bt ON bt.type=gl.type AND bt.trans_no=gl.type_no AND bt.amount!=0 AND (bt.person_id != '' AND !ISNULL(bt.person_id)) - AND bt.person_type_id=gl.person_type_id AND bt.person_id=gl.person_id LEFT JOIN ".TB_PREF."journal j ON j.type=gl.type AND j.trans_no=gl.type_no LEFT JOIN ".TB_PREF."audit_trail a ON a.type=gl.type AND a.trans_no=gl.type_no AND NOT ISNULL(gl_seq)