Changed all numeric constants to the new defined constants. A huge task.
[fa-stable.git] / purchasing / allocations / supplier_allocation_main.php
index 69d342fa9996f31e619e78252432bf3b566cc636..06e24e4fedec4bac5e93bd68c96a133214f163c2 100644 (file)
@@ -64,7 +64,7 @@ function systype_name($dummy, $type)
 {
        global $systypes_array;
 
-       return $systypes_array[$type;
+       return $systypes_array[$type];
 }
 
 function trans_view($trans)