X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=dimensions%2Fdimension_entry.php;h=98c1d120974f9a2b4d41faa21bff1e69b2eb685d;hb=95f98ed74ac6379b95e2ceb1eb0c9bbcd36fd4a9;hp=f46be106cc12e50b266030a63fe69759cc6cba77;hpb=95ff74b5722826544743a01daf527aa3c9efe11a;p=fa-stable.git 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(); }