From 37ce2eba59b4f5ca59540bcb45431471538670e4 Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Wed, 9 May 2018 15:38:01 +0200 Subject: [PATCH] Adding Attachments to Dimension --- dimensions/dimension_entry.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(); } -- 2.30.2