Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[SOLVED] Problem with Supplier Payment Allocation
05-08-2016, 02:40 AM,
#2
RE: Problem with Supplier Payment Allocation
Hi,

Try changing line 85 (approx) of SupplierAllocations.php from

$TotalAllocated += $_POST['Amt' . $AllocCounter];

to

$TotalAllocated += round($_POST['Amt' . $AllocCounter],$_SESSION['Alloc']->CurrDecimalPlaces);

and see if that works.

Tim
Reply


Messages In This Thread
RE: Problem with Supplier Payment Allocation - by TimSchofield - 05-08-2016, 02:40 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)