X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sales%2Fallocations%2Fcustomer_allocate.php;h=6b0357e0db267db9454cce0c4695a974cb072f01;hb=2a42ffb56ef6651b8a136cd89271e65d397d7677;hp=14f87fb8cf6811ec2bb60c3c635d85c294336aa2;hpb=dca46563d3e8b7546e7095b7d96b40d9838c4c75;p=fa-stable.git diff --git a/sales/allocations/customer_allocate.php b/sales/allocations/customer_allocate.php index 14f87fb8..6b0357e0 100644 --- a/sales/allocations/customer_allocate.php +++ b/sales/allocations/customer_allocate.php @@ -9,8 +9,8 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the License here . ***********************************************************************/ -$path_to_root="../.."; -$page_security = 3; +$page_security = 'SA_SALESALLOC'; +$path_to_root = "../.."; include($path_to_root . "/includes/ui/allocation_cart.inc"); include_once($path_to_root . "/includes/session.inc"); @@ -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);