! -> Note
$ -> Affected files
+14-Oct-2009 Janusz Dobrowolski
+# [0000173] Missing global systypes_array declaration.
+$ /purchasing/allocations/supplier_allocate.php
+
14-Oct-2009 Joe Hunt
# [0000172] Difference between Customer Balances and Print Statements
$ /reporting/rep108.pp
/gl/manage/gl_account_classes.php
/gl/manage/gl_account_types.php
/gl/manage/gl_accounts.php
-# [0000169] Removed sparse session var unset firing error.
+# [0000169],[0000174] Removed sparse session var unset firing error.
/sales/allocations/customer_allocation_main.php
/purchasing/allocations/supplier_allocation_main.php
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);