From f1c287bdda234209f5d3789c6c9ad0f5b298d21d Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Wed, 20 Jun 2012 13:46:26 +0530 Subject: [PATCH] fix in file_list issue due to import data --- public/js/all-app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/all-app.js b/public/js/all-app.js index 8d28e84087..8e26724e5c 100644 --- a/public/js/all-app.js +++ b/public/js/all-app.js @@ -2202,7 +2202,7 @@ this.make();} wn.widgets.form.sidebar.Attachment=function(parent,filedet,frm){filedet=filedet.split(',') this.filename=filedet[0];this.fileid=filedet[1];this.frm=frm;var me=this;this.wrapper=$a(parent,'div','sidebar-comment-message');this.remove_fileid=function(){var doc=locals[me.frm.doctype][me.frm.docname];var fl=doc.file_list.split('\n');new_fl=[];for(var i=0;i