Eliminated non-static method calls and other bulk fixes to fix php5 warnings
[fa-stable.git] / sales / allocations / customer_allocate.php
index 411ee7bd7cffecad91b89eb5b0745e2fe8255d83..6b0357e0db267db9454cce0c4695a974cb072f01 100644 (file)
@@ -62,8 +62,10 @@ if (isset($_POST['Cancel']))
 
 function edit_allocations_for_transaction($type, $trans_no)
 {
+       global $systypes_array;
 
-    display_heading(sprintf(_("Allocation of %s # %d"), systypes::name($_SESSION['alloc']->type),$_SESSION['alloc']->trans_no));
+    display_heading(sprintf(_("Allocation of %s # %d"), $systypes_array[$_SESSION['alloc']->type],
+       $_SESSION['alloc']->trans_no));
 
     display_heading($_SESSION['alloc']->person_name);