X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=gl%2Fgl_journal.php;h=be1dc607c0c16a50c5055df236cfde030b1cfd83;hb=385c29d31836ec75172ef1eae16f96f2ad3e3f09;hp=035de8ac0c22fe4990911eb3496ccd09aac087a0;hpb=110cc7cc092f0047f4115fe92dfd06c7fa229b60;p=fa-stable.git diff --git a/gl/gl_journal.php b/gl/gl_journal.php index 035de8ac..be1dc607 100644 --- a/gl/gl_journal.php +++ b/gl/gl_journal.php @@ -58,6 +58,8 @@ if (isset($_GET['AddedID'])) reset_focus(); hyperlink_params($_SERVER['PHP_SELF'], _("Enter &New Journal Entry"), "NewJournal=Yes"); + hyperlink_params("$path_to_root/admin/attachments.php", _("Add an Attachment"), "filterType=$trans_type&trans_no=$trans_no"); + display_footer_exit(); } elseif (isset($_GET['UpdatedID'])) { @@ -321,7 +323,7 @@ start_form(); display_order_header($_SESSION['journal_items']); -start_table("$table_style2 width=90%", 10); +start_table(TABLESTYLE2, "width=90%", 10); start_row(); echo ""; display_gl_items(_("Rows"), $_SESSION['journal_items']);