From: Janusz Dobrowolski Date: Wed, 14 Oct 2009 18:39:09 +0000 (+0000) Subject: [0000173] Missing systypes_array global declaration. X-Git-Tag: v2.4.2~19^2~1122 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=21e89f70ea48388bf055dfc40831296f841dc158;p=fa-stable.git [0000173] Missing systypes_array global declaration. --- diff --git a/CHANGELOG.txt b/CHANGELOG.txt index b0dfaaff..06cbafc9 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -19,6 +19,10 @@ Legend: ! -> 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 @@ -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 -# [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 diff --git a/purchasing/allocations/supplier_allocate.php b/purchasing/allocations/supplier_allocate.php index 4997b2de..1e9e418d 100644 --- a/purchasing/allocations/supplier_allocate.php +++ b/purchasing/allocations/supplier_allocate.php @@ -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);