Removed obsolete complete parameter.
[fa-stable.git] / purchasing / allocations / supplier_allocate.php
index 1e9e418d9be76f985af37bf2904422f21f7c6569..82530c762975bdc51e1651e806f0ceab5fd3cc75 100644 (file)
@@ -26,7 +26,7 @@ if ($use_popup_windows)
 
 add_js_file('allocate.js');
 
-page(_("Allocate Supplier Payment or Credit Note"), false, false, "", $js);
+page(_($help_context = "Allocate Supplier Payment or Credit Note"), false, false, "", $js);
 
 //--------------------------------------------------------------------------------
 
@@ -37,7 +37,7 @@ function clear_allocations()
                unset($_SESSION['alloc']->allocs);
                unset($_SESSION['alloc']);
        }
-       session_register("alloc");
+       //session_register("alloc");
 }
 //--------------------------------------------------------------------------------