X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=gl%2Fview%2Fgl_trans_view.php;h=b9afd240e223a25103840e822b297d2e7ed57d7b;hb=4e6c60dfc8ab630d72010941b00f65b9659fe0b3;hp=36f3d547a61dd68ccd663d3b5baec1c995e1187e;hpb=95ff74b5722826544743a01daf527aa3c9efe11a;p=fa-stable.git diff --git a/gl/view/gl_trans_view.php b/gl/view/gl_trans_view.php index 36f3d547..b9afd240 100644 --- a/gl/view/gl_trans_view.php +++ b/gl/view/gl_trans_view.php @@ -29,14 +29,17 @@ if (!isset($_GET['type_id']) || !isset($_GET['trans_no'])) function display_gl_heading($myrow) { - global $systypes_array; - + global $systypes_array, $SysPrefs; + + if (!empty($SysPrefs->prefs['company_logo_on_views'])) + company_logo_on_view(); + $trans_name = $systypes_array[$_GET['type_id']]; $journal = $_GET['type_id'] == ST_JOURNAL; start_table(TABLESTYLE, "width='95%'"); $th = array(_("General Ledger Transaction Details"), _("Reference"), - _("Transaction Date"), _("Journal #")); + _("Transaction Date"), _("GL #")); if ($_GET['type_id'] == ST_JOURNAL) array_insert($th, 3, array(_("Document Date"), _("Event Date")));