[item] [usability] change image view on change of image

This commit is contained in:
Anand Doshi 2013-05-08 17:40:35 +05:30
parent 75eeb01052
commit 4f8a81ca97

View File

@ -153,3 +153,7 @@ cur_frm.cscript.copy_from_item_group = function(doc) {
cur_frm.refresh();
});
}
cur_frm.cscript.image = function() {
refresh_field("image_view");
}