X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sales%2Fallocations%2Fcustomer_allocate.php;h=6b0357e0db267db9454cce0c4695a974cb072f01;hb=2a42ffb56ef6651b8a136cd89271e65d397d7677;hp=411ee7bd7cffecad91b89eb5b0745e2fe8255d83;hpb=902f1015d874c33bd7946b17de2ad80b4f2144b6;p=fa-stable.git diff --git a/sales/allocations/customer_allocate.php b/sales/allocations/customer_allocate.php index 411ee7bd..6b0357e0 100644 --- a/sales/allocations/customer_allocate.php +++ b/sales/allocations/customer_allocate.php @@ -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);