Fixed extension module update and deletion.
[fa-stable.git] / purchasing / allocations / supplier_allocate.php
index 4997b2de51255889b3770ad0f853f4a857e641c6..1e9e418d9be76f985af37bf2904422f21f7c6569 100644 (file)
@@ -43,6 +43,8 @@ function clear_allocations()
 
 function edit_allocations_for_transaction($type, $trans_no)
 {
+       global $systypes_array;
+
        start_form();
 
     display_heading(_("Allocation of") . " " . $systypes_array[$_SESSION['alloc']->type] . " # " . $_SESSION['alloc']->trans_no);