[0000173] Missing systypes_array global declaration.
authorJanusz Dobrowolski <janusz@frontaccounting.eu>
Wed, 14 Oct 2009 18:39:09 +0000 (18:39 +0000)
committerJanusz Dobrowolski <janusz@frontaccounting.eu>
Wed, 14 Oct 2009 18:39:09 +0000 (18:39 +0000)
CHANGELOG.txt
purchasing/allocations/supplier_allocate.php

index b0dfaaff98338316c99d34c09fbf950b17a3a80a..06cbafc99d4ab2c4b595f6ea29ef1f4d50225480 100644 (file)
@@ -19,6 +19,10 @@ Legend:
 ! -> Note
 $ -> Affected files
 
 ! -> 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
 14-Oct-2009 Joe Hunt
 # [0000172] Difference between Customer Balances and Print Statements
 $ /reporting/rep108.pp
@@ -50,7 +54,7 @@ $ /gl/includes/db/gl_db_account_types.inc
   /gl/manage/gl_account_classes.php
   /gl/manage/gl_account_types.php
   /gl/manage/gl_accounts.php
   /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
 
   /sales/allocations/customer_allocation_main.php
   /purchasing/allocations/supplier_allocation_main.php
 
index 4997b2de51255889b3770ad0f853f4a857e641c6..1e9e418d9be76f985af37bf2904422f21f7c6569 100644 (file)
@@ -43,6 +43,8 @@ function clear_allocations()
 
 function edit_allocations_for_transaction($type, $trans_no)
 {
 
 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);
        start_form();
 
     display_heading(_("Allocation of") . " " . $systypes_array[$_SESSION['alloc']->type] . " # " . $_SESSION['alloc']->trans_no);