Added invoice preselection option.
[fa-stable.git] / purchasing / supplier_invoice.php
index 6b24fe279700c587cfd3031cb5a1666ee0ad85d6..17de9301ae6de428a4a8eb3ff20503c593d5f9c7 100644 (file)
@@ -65,8 +65,6 @@ if (isset($_GET['New']))
                unset ($_SESSION['supp_trans']);
        }
 
-       //session_register("SuppInv");
-       session_register("supp_trans");
        $_SESSION['supp_trans'] = new supp_trans;
        $_SESSION['supp_trans']->is_invoice = true;
 }