X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=inventory%2Fadjustments.php;h=205a3cb247c66bfae80b5a505e1e165b70e6446f;hb=20d61f658e58584338364ce8ea86cc66d0dba8fd;hp=20ac09d1971bb7fcc51ec29005663fcfb0f4859b;hpb=ebc600101ceab69c06eac4b1bd4d1782af45de05;p=fa-stable.git diff --git a/inventory/adjustments.php b/inventory/adjustments.php index 20ac09d1..205a3cb2 100644 --- a/inventory/adjustments.php +++ b/inventory/adjustments.php @@ -67,7 +67,7 @@ function handle_new_order() unset ($_SESSION['adj_items']); } - session_register("adj_items"); + //session_register("adj_items"); $_SESSION['adj_items'] = new items_cart(ST_INVADJUST); $_POST['AdjDate'] = new_doc_date(); @@ -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();