Added 'View Attachments' if any in all popup view windows
[fa-stable.git] / inventory / transfers.php
index e8e995a8d084770a6638cbff87a2f648f960deb3..9e6cbd8534afac56308cb2e4efc164b8dc829ba9 100644 (file)
@@ -25,7 +25,7 @@ if ($use_popup_windows)
        $js .= get_js_open_window(800, 500);
 if ($use_date_picker)
        $js .= get_js_date_picker();
-page(_("Inventory Location Transfers"), false, false, "", $js);
+page(_($help_context = "Inventory Location Transfers"), false, false, "", $js);
 
 //-----------------------------------------------------------------------------------------------
 
@@ -65,7 +65,7 @@ function handle_new_order()
                unset ($_SESSION['transfer_items']);
        }
 
-    session_register("transfer_items");
+    //session_register("transfer_items");
 
        $_SESSION['transfer_items'] = new items_cart(ST_LOCTRANSFER);
        $_POST['AdjDate'] = new_doc_date();