The idea is to present the user with a list of orderlines with an
“Order” button at the end of each line. They fill in the “Fresh” and
“Frozen” values for a line and hit that line’s order button.
What appears to be happening is that the submit button for every line
tries to submit the data in the “Fresh” and “Frozen” values for the
first line ONLY instead of the line in which the order button is part
of. Can anyone see why?