X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=inventory%2Fadjustments.php;h=ea6d41ba20479b8336ab50c901cff150b5637869;hb=e39de7da91ecfd75c09a8537b4d5192e690687e7;hp=51b097be937509ba5e71cc3b106a9b5265475737;hpb=8fede7cc2170d17d71eb587477996add5ccadfc6;p=fa-stable.git diff --git a/inventory/adjustments.php b/inventory/adjustments.php index 51b097be..ea6d41ba 100644 --- a/inventory/adjustments.php +++ b/inventory/adjustments.php @@ -47,6 +47,8 @@ if (isset($_GET['AddedID'])) hyperlink_no_params($_SERVER['PHP_SELF'], _("Enter &Another Adjustment")); + hyperlink_params("$path_to_root/admin/attachments.php", _("Add an Attachment"), "filterType=$trans_type&trans_no=$trans_no"); + display_footer_exit(); } //-------------------------------------------------------------------------------------------------- @@ -67,8 +69,6 @@ function handle_new_order() unset ($_SESSION['adj_items']); } - //session_register("adj_items"); - $_SESSION['adj_items'] = new items_cart(ST_INVADJUST); $_POST['AdjDate'] = new_doc_date(); if (!is_date_in_fiscalyear($_POST['AdjDate'])) @@ -223,7 +223,7 @@ start_form(); display_order_header($_SESSION['adj_items']); -start_outer_table("$table_style width=70%", 10); +start_outer_table(TABLESTYLE, "width=70%", 10); display_adjustment_items(_("Adjustment Items"), $_SESSION['adj_items']); adjustment_options_controls();