From: Joe Hunt Date: Wed, 9 May 2018 13:38:01 +0000 (+0200) Subject: Adding Attachments to Dimension X-Git-Url: https://delta.frontaccounting.com/gitweb/?p=fa-stable.git;a=commitdiff_plain;h=37ce2eba59b4f5ca59540bcb45431471538670e4 Adding Attachments to Dimension --- diff --git a/dimensions/dimension_entry.php b/dimensions/dimension_entry.php index f46be106..98c1d120 100644 --- a/dimensions/dimension_entry.php +++ b/dimensions/dimension_entry.php @@ -92,11 +92,11 @@ if (isset($_GET['ReopenedID'])) function safe_exit() { - global $path_to_root; + global $path_to_root, $id; hyperlink_no_params("", _("Enter a &new dimension")); - echo "
"; hyperlink_no_params($path_to_root . "/dimensions/inquiry/search_dimensions.php", _("&Select an existing dimension")); + hyperlink_no_params($path_to_root . "/admin/attachments.php?filterType=40&trans_no=$id", _("&Add Attachment")); display_footer_exit(); }