Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
problems with decimals
12-02-2016, 09:30 AM,
#4
RE: problems with decimals
Yes, sorry I see that now that I look properly at the code.
Can you comment out (add // to the start of the line) all 4 lines of that section:

if(isset($_POST['Qty' . $i]) AND trim($_POST['Qty' . $i]) != '' AND !is_numeric($_POST['Qty' . $i])) {
$InputError = true;
prnMsg(_('The quantity entered is not numeric - a number is expected'),'error');
}

Thanks
Tim
Reply


Messages In This Thread
problems with decimals - by codeware - 12-01-2016, 04:09 AM
RE: problems with decimals - by TimSchofield - 12-01-2016, 08:58 AM
RE: problems with decimals - by codeware - 12-02-2016, 03:30 AM
RE: problems with decimals - by TimSchofield - 12-02-2016, 09:30 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)