Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Error in array index name in InventoryValuation.php
01-12-2014, 08:51 PM,
#1
Error in array index name in InventoryValuation.php
Line 211 of InventoryValuation.php reads

header("Content-disposition: attachment; filename=InventoryValuation_Categories_" . $_POST['FromCriteria'] . '-' . $_POST['Toriteria'] .'.csv');

It should read:

header("Content-disposition: attachment; filename=InventoryValuation_Categories_" . $_POST['FromCriteria'] . '-' . $_POST['ToCriteria'] .'.csv');

This sort of error would be noticed by the developer if they set error_reporting to be -1 in their config.php file while in development mode.

Thanks
Tim
Reply


Messages In This Thread
Error in array index name in InventoryValuation.php - by Forums - 01-12-2014, 08:51 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)