Supplier Payment, Payments, Bank Transfer: fixed account balance limit checks.
[fa-stable.git] / gl / gl_journal.php
index bc3e15e963286245665aec8bcee31404c28b80cf..be1dc607c0c16a50c5055df236cfde030b1cfd83 100644 (file)
@@ -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'])) 
 {