X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sales%2Fallocations%2Fcustomer_allocate.php;h=63a04cdb4427abccc206d5792a3e8eeaa484d57f;hb=8fede7cc2170d17d71eb587477996add5ccadfc6;hp=058605c6ff481dcee3d20eaf40998c0522056a37;hpb=777422e8d5a3ba188e7420719e33322098075313;p=fa-stable.git diff --git a/sales/allocations/customer_allocate.php b/sales/allocations/customer_allocate.php index 058605c6..63a04cdb 100644 --- a/sales/allocations/customer_allocate.php +++ b/sales/allocations/customer_allocate.php @@ -36,7 +36,7 @@ function clear_allocations() unset($_SESSION['alloc']->allocs); unset($_SESSION['alloc']); } - session_register('alloc'); + //session_register('alloc'); }