1 (edited by boxygen 05/09/2018 04:21:30 am)

Topic: Adding Attachments to Dimension

Shouldn't we customize the function
safe_exit() as below in dimension_entry.php

function safe_exit()
{
    global $path_to_root;
    $trans_no=isset($_GET['AddedID']) ? $_GET['AddedID'] : $_GET['UpdatedID'];

    hyperlink_no_params("", _("Enter a &new dimension"));
    echo "<br>";
    hyperlink_no_params($path_to_root . "/dimensions/inquiry/search_dimensions.php", _("&Select an existing dimension"));
    echo "<br>";
    hyperlink_no_params($path_to_root . "/admin/attachments.php?filterType=40&trans_no=$trans_no", _("&Add Attachment"));


    display_footer_exit();
}
www.boxygen.pk

Re: Adding Attachments to Dimension

A good idea. Willdo.

Joe

Re: Adding Attachments to Dimension

Committed to Repo.

/Joe