Merge branch 'responsive' of github.com:webnotes/erpnext into responsive

This commit is contained in:
Nabin Hait
2013-07-15 16:33:46 +05:30
2 changed files with 4 additions and 0 deletions

View File

@@ -193,4 +193,6 @@ cur_frm.cscript.copy_from_item_group = function(doc) {
cur_frm.cscript.image = function() {
refresh_field("image_view");
if(!cur_frm.doc.description_html) cur_frm.cscript.add_image(cur_frm.doc);
}