It looks like the inventory update page is fine, it's just the products update page.
On that page this code:
<?php echo $row_WADAproducts[‘RemainingInventory’] ?>
is using right and left single quotes around the column name rather than standard single quotes, it's a little difficult to see. I Updated the code to use the correct quotes.