How we can fetch the image from 1 doctype to another doctype?

Hello,
how we can fetch the image from 1 doctype to another doctype ?

Try This:

cur_frm.add_fetch(“container”, “image”, “image” );

Just use fetch from it will do it in backend whenever document is saved.

can you guide me please if i want to fetch item image into Bundle Items table ,
Thanks