X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=gl%2Fview%2Fgl_trans_view.php;h=75ee82a3f66ff498a482c16103f08958a7652b1a;hb=66cfb670d9261ad0364a91822dc0766de1620799;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..75ee82a3 100644 --- a/gl/view/gl_trans_view.php +++ b/gl/view/gl_trans_view.php @@ -36,7 +36,7 @@ function display_gl_heading($myrow) 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")));