When I make the fetch fetch only becomes the first entry in the first inning and need:
First entry - first entry
Second entry Second entry ... etc
if (input.Cotizador_Multiple != null)
{
dat = Cotizador_Multiple [ID == input.Cotizador_Multiple];
for each i in R
{
dat = Cotizador_Multiple [ID == input.Cotizador_Multiple];
R.Precio = dat.Articulos.Subtotal;
}
}